Skip to content

Commit 63817ed

Browse files
committed
refactor(tests/cluster): remove profile from provider block
1 parent 1dd75fa commit 63817ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/cluster_unit_tests.tftest.hcl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
provider "aws" {
2-
region = "ap-south-1"
3-
profile = "dev"
2+
region = "ap-south-1"
43
}
54

65
################################################################################

0 commit comments

Comments
 (0)