Skip to content

Commit 3f5172f

Browse files
VIA-699 AS Add global provider to test-r1 branch
1 parent d66a85f commit 3f5172f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
provider "aws" {
2+
alias = "global"
3+
region = "us-east-1"
4+
default_tags {
5+
tags = var.default_tags
6+
}
7+
}

0 commit comments

Comments
 (0)