6 lines
75 B
HCL
6 lines
75 B
HCL
|
resource "aws" "web" {
|
||
|
provider = "aws" {
|
||
|
region = "us-west-2"
|
||
|
}
|
||
|
}
|