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.5.3 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.5.2 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.5.1 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.5.0 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.4.4 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.4.3 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.4.2 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.4.1 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.4.0 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.3.6 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.3.5 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.3.4 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.3.3 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.3.2 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.3.1 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.3.0 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.2.4 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.2.3 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.2.2 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb
terraspace-0.2.1 spec/fixtures/projects/ruby/aws/app/modules/sg_parent/main.rb