Skip to content

Commit

Permalink
fix: address Terraform formatting check
Browse files Browse the repository at this point in the history
  • Loading branch information
adele-usdr committed Dec 13, 2023
1 parent ca3f27f commit 9b43440
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions terraform/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ website_datadog_rum_options = {
trackLongTasks = true
}
website_feature_flags = {
myProfileEnabled = false,
newTerminologyEnabled = false,
myProfileEnabled = false,
newTerminologyEnabled = false,
newGrantsDetailPageEnabled = false
}

Expand Down
4 changes: 2 additions & 2 deletions terraform/sandbox.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ website_enabled = true
website_domain_name = "sandbox.grants.usdr.dev"
website_managed_waf_rules = {}
website_feature_flags = {
myProfileEnabled = true,
newTerminologyEnabled = false,
myProfileEnabled = true,
newTerminologyEnabled = false,
newGrantsDetailPageEnabled = false
}

Expand Down
4 changes: 2 additions & 2 deletions terraform/staging.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ website_datadog_rum_options = {
trackLongTasks = true
}
website_feature_flags = {
myProfileEnabled = true,
newTerminologyEnabled = true,
myProfileEnabled = true,
newTerminologyEnabled = true,
newGrantsDetailPageEnabled = false
}

Expand Down

0 comments on commit 9b43440

Please sign in to comment.