Skip to content

Commit

Permalink
TF formatting (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish25 authored Nov 30, 2023
1 parent c10f789 commit 4e26bb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.35.1

- Fix: Terraform formatting

## v0.35.0

- Add: Added blanket * allow permission in place of specific allow permissions for easier integration with future AWS products github.com/Optum/dce (#467)
Expand Down
2 changes: 1 addition & 1 deletion modules/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}

provider "aws" {
region = var.aws_region
region = var.aws_region
}

# Current AWS Account User
Expand Down

0 comments on commit 4e26bb4

Please sign in to comment.