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-0.6.10 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.6.9 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.6.8 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.6.7 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.6.6 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.6.5 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.6.4 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.6.3 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.6.2 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.6.1 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.6.0 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.5.12 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.5.11 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.5.10 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.5.9 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.5.8 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.5.7 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.5.6 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.5.5 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.5.4 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb