7 lines
57 B
Terraform
7 lines
57 B
Terraform
|
provider "aws" {
|
||
|
version = "0.0.1"
|
||
|
a = "a"
|
||
|
b = "b"
|
||
|
}
|
||
|
|