We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// VPC this.vpc = new aws.ec2.Vpc(${name}-vpc, { cidrBlock: args.baseCidr, enableDnsSupport: true, enableDnsHostnames: true, tags: this.resourceTags({ Name: ${args.description} VPC, //this should be the name }), }, {parent: this});
${name}-vpc
${args.description} VPC
The text was updated successfully, but these errors were encountered:
No branches or pull requests
// VPC
this.vpc = new aws.ec2.Vpc(
${name}-vpc
, {cidrBlock: args.baseCidr,
enableDnsSupport: true,
enableDnsHostnames: true,
tags: this.resourceTags({
Name:
${args.description} VPC
, //this should be the name}),
}, {parent: this});
The text was updated successfully, but these errors were encountered: