We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3433707 commit edc22e1Copy full SHA for edc22e1
provider.tf
@@ -1 +1,5 @@
1
provider "aws" {}
2
+provider "aws" {
3
+ alias = "useast1"
4
+ region = "us-east-1"
5
+}
0 commit comments