skip to Main Content

Cloudformation Outputs: Template format error: Every Value member must be a string – Amazon Web Sevices

Received this error message from Cloudformation after adding output block below: Template format error: Every Value member must be a string. Outputs: NetFwEndpointIds: Description: Array for Network FW Endpoint Ids Value: !GetAtt NetFw.EndpointIds Export: Name: !Sub '${AWS::StackName}-EndpointIds' https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html EndpointIds The…

VIEW QUESTION

Using the Azure CAF Terraform Module: How to manage AZure Firewall Policies (or Classic Rules) using the module?

(for anyone who might be using the Hashicorp/Microsoft Azure CAF Module for enterprise infrastructure as code) Azure provides a terraform module for implementing enterprise landing zones using infrastructure-as-code/data-as-code paradigm: https://github.com/Azure/terraform-azurerm-caf-enterprise-scale However there is no indication or documentation on how to…

VIEW QUESTION
Back To Top
Search