12345678910111213141516 |
- ###############################################
- # DO NOT EDIT THIS FILE
- #
- # This file is generated through 'make all'.
- # If you need to make changes, make your changes
- # to the corresponding .j file and then rerun
- # make all
- ###############################################
- # Set a provider for the region
- provider "aws" {
- # Provided by shared crednentials file
- # access_key = "${var.access_key}"
- # secret_key = "${var.secret_key}"
- region = "${var.region}"
- }
|