mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-19 08:41:29 -04:00
5 lines
73 B
HCL
5 lines
73 B
HCL
provider "aws" {
|
|
version = "bananas"
|
|
a = "a"
|
|
b = "b"
|
|
}
|