Sha256: d0610d5b5235f1f3dc2b336b90fa02f6e72dcdd2c882630f8da8e9d4f009312a

Contents?: true

Size: 134 Bytes

Versions: 104

Compression:

Stored size: 134 Bytes

Contents

resource("aws_vpc", "vpc",
  count: 3,
  cidr_block: "10.50.0.0/16",
  tags: {
    Name: "#{Terraspace.env}-vpc-${count.index}"
  }
)

Version data entries

104 entries across 104 versions & 1 rubygems

Version Path
terraspace-2.2.17 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.2.16 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.2.15 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.2.14 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.2.13 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.2.12 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.2.11 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.2.10 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.2.9 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.2.8 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.2.7 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.2.6 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.2.5 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.2.4 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.2.3 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.2.2 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.2.1 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.2.0 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.1.7 spec/fixtures/orphans/resource/vpc/count_example.rb
terraspace-2.1.6 spec/fixtures/orphans/resource/vpc/count_example.rb