terraform-generator
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "terraform-generator", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "Ah Zhe", | ||
@@ -5,0 +5,0 @@ "description": "Generate Terraform plan using Node.js.", |
@@ -163,3 +163,3 @@ # **terraform-generator** | ||
// Find VPC by name | ||
const vpc = new DataSource('aws_vpc', 'vpc', { | ||
const vpc = tfg.addDataSource('aws_vpc', 'vpc', { | ||
filter: [{ | ||
@@ -166,0 +166,0 @@ name: 'tag:Name', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23084