Sha256: 14f01f09129a49d5cb1c60212ca1fdef002eb8a44e326c8ab6436a9e0c3dc1d2

Contents?: true

Size: 284 Bytes

Versions: 104

Compression:

Stored size: 284 Bytes

Contents

resource("aws_security_group", "demo-sg-parent",
  name: var.name,
  description: "Demo Security Group Parent",
  tags: {
    Name: var.name,
  }
)

module!("sg_child_test",
  source: "../sg_child",
  # source: "git@github.com:boltops-tools/sg_child.git",

  name: "demo-sg-child",
)

Version data entries

104 entries across 104 versions & 1 rubygems

Version Path
terraspace-2.2.17 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.2.16 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.2.15 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.2.14 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.2.13 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.2.12 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.2.11 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.2.10 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.2.9 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.2.8 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.2.7 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.2.6 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.2.5 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.2.4 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.2.3 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.2.2 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.2.1 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.2.0 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.1.7 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-2.1.6 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb