- provider "aws" {
- version = "~> 2.29" # Probably only need this one
- profile = "default" # Specify this in ~/.aws/config
- region = "us-east-2"
- # You can specify keys if not provided by the credentials file.
- # access_key = "${var.access_key}"
- # secret_key = "${var.secret_key}"
- # You could also use other forms such as the 'assumerole' functionality.
- }
|