-
There is a number of helpers that make CFN templates reusable, we must start using those as the number of template forks grew for different demos. Generating these templates would also make bumping ve…
-
It's been important from the beginning that Terraform's configuration language is declarative, which has meant that the core team has intentionally avoided adding flow-control statements like conditio…
-
I'm trying to associate a route53 zone to multiple VPCs with Terraform, but can't figure out how to do it.
http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/hosted-zone-private-associate-vpcs.…
-
Hi Team,
While executing the DSL, It's removing the duplicate content. Please see the below DSL and Desired JSON output.
**DSL Code**
`Condition("Is-EC2-VPC", { "Fn::Or": ["Fn::Equals": [(Ref("AWS::…
-
Hi,
I think it's quite common to have to write `userdata` scripts that contain CloudFormation references. They usually look something like this:
``` json
"UserData":{
"Fn::Base64":{
"Fn::Join"…
-
**Description:**
When trying to connect to a remote host running Spring Cloud DataFlow with Java, it always redirects to localhost:9393
See code snipped we use below:
```
DataFlowTemplate dataFl…
-
### 🎛 Description
When trying to include this resource in my project I get the error>
cannot load such file -- aws-sdk-cloudformation
when running my tests
### 🌍 InSpec and Platform Version
…
-
# Using
- InSpec 4.6.9
# Describe the problem
added a basic check `aws_vpc`
```
describe aws_vpc do
it { should exist }
end
```
`inspec.yml`
```
name: aws-summit
title: InSpec …
-
Hello, first of all, thank you for building this tool. I've been waiting for such tool for a long time.
I do have a TypeScript project that parses our own DSL to CloudFormation. Now with this tool,…
-
# Overview
Sometimes it is necessary to have security groups (we use AWS, but this probably applies to other platforms) which depend on each other.
The examples below are stripped down versions of w…