Skip to content

Commit 4e26bb4

Browse files
authored
TF formatting (#468)
1 parent c10f789 commit 4e26bb4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.35.1
2+
3+
- Fix: Terraform formatting
4+
15
## v0.35.0
26

37
- Add: Added blanket * allow permission in place of specific allow permissions for easier integration with future AWS products github.com/Optum/dce (#467)

modules/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ terraform {
1010
}
1111

1212
provider "aws" {
13-
region = var.aws_region
13+
region = var.aws_region
1414
}
1515

1616
# Current AWS Account User

0 commit comments

Comments
 (0)