Sha256: 8d1d49dcd6d31cffaa9c414f2f16b6b1a6179b3e1519be15bc7c02642f24d351

Contents?: true

Size: 219 Bytes

Versions: 104

Compression:

Stored size: 219 Bytes

Contents

provider("aws",
  region: "eu-west-1"
)

provider("aws",
  alias:  "eu-central-1",
  region: "eu-central-1",
)

# Usage later:
# module "vpc_frankfurt" {
#   providers {
#     aws = "aws.eu-central-1"
#   }
#   ...
# }

Version data entries

104 entries across 104 versions & 1 rubygems

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