Created
June 17, 2020 12:21
-
-
Save AmanM13/54cf3bc574801af86ee477707eadd4a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Describing Provider | |
provider "aws" { | |
region = "ap-south-1" | |
profile = "Aman" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment