Sha256: 21b28d0c10112eef19887af1a1259d89708db9568ce4b72ed850213c2b205278

Contents?: true

Size: 339 Bytes

Versions: 104

Compression:

Stored size: 339 Bytes

Contents

resource("google_compute_firewall", "default",
  name:    "test-firewall",
  network: "${google_compute_network.default.name}",

  allow: [{
    protocol: "icmp",
  },{
    protocol: "tcp",
    ports:    ["80", "8080", "1000-2000"],
  }],

  source_tags: ["web"],
)

resource("google_compute_network", "default",
  name: "test-network",
)

Version data entries

104 entries across 104 versions & 1 rubygems

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