provider.tf 468 B

12345678910111213141516
  1. ###############################################
  2. # DO NOT EDIT THIS FILE
  3. #
  4. # This file is generated through 'make all'.
  5. # If you need to make changes, make your changes
  6. # to the corresponding .j file and then rerun
  7. # make all
  8. ###############################################
  9. # Set a provider for the region
  10. provider "aws" {
  11. # Provided by shared crednentials file
  12. # access_key = "${var.access_key}"
  13. # secret_key = "${var.secret_key}"
  14. region = "${var.region}"
  15. }