Skip to content

Instantly share code, notes, and snippets.

@hemanth22
Forked from ernesen/provider.tf
Created October 9, 2020 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hemanth22/3142130f8495c6aa826311824a593775 to your computer and use it in GitHub Desktop.
Save hemanth22/3142130f8495c6aa826311824a593775 to your computer and use it in GitHub Desktop.
provider "aws" {
region = "${var.region}"
profile = "${var.profile}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment