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.1.5 spec/fixtures/orphans/config/providers_same.rb
terraspace-2.1.4 spec/fixtures/orphans/config/providers_same.rb
terraspace-2.1.3 spec/fixtures/orphans/config/providers_same.rb
terraspace-2.1.2 spec/fixtures/orphans/config/providers_same.rb
terraspace-2.1.1 spec/fixtures/orphans/config/providers_same.rb
terraspace-2.1.0 spec/fixtures/orphans/config/providers_same.rb
terraspace-2.0.3 spec/fixtures/orphans/config/providers_same.rb
terraspace-2.0.2 spec/fixtures/orphans/config/providers_same.rb
terraspace-2.0.1 spec/fixtures/orphans/config/providers_same.rb
terraspace-2.0.0 spec/fixtures/orphans/config/providers_same.rb
terraspace-1.1.7 spec/fixtures/orphans/config/providers_same.rb
terraspace-1.1.6 spec/fixtures/orphans/config/providers_same.rb
terraspace-1.1.5 spec/fixtures/orphans/config/providers_same.rb
terraspace-1.1.4 spec/fixtures/orphans/config/providers_same.rb
terraspace-1.1.3 spec/fixtures/orphans/config/providers_same.rb
terraspace-1.1.2 spec/fixtures/orphans/config/providers_same.rb
terraspace-1.1.1 spec/fixtures/orphans/config/providers_same.rb
terraspace-1.1.0 spec/fixtures/orphans/config/providers_same.rb
terraspace-1.0.6 spec/fixtures/orphans/config/providers_same.rb
terraspace-1.0.5 spec/fixtures/orphans/config/providers_same.rb