mirror of https://github.com/k3s-io/k3s
4 lines
48 B
Terraform
4 lines
48 B
Terraform
|
provider "aws" {
|
||
|
region = "${var.region}"
|
||
|
}
|