6 lines
73 B
Terraform
6 lines
73 B
Terraform
|
provider "aws" {
|
||
|
version = "bananas"
|
||
|
a = "a"
|
||
|
b = "b"
|
||
|
}
|