Skip to content

Commit

Permalink
Commit changes made by code formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 6, 2025
1 parent e8c88ca commit d7cb96d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions environment.dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "aws_secretsmanager_secret_version" "staff_device_dns_sentry_dsn" {

resource "aws_ssm_parameter" "dns_health_check_url" {
provider = aws.env
name = "DNS_HEALTH_CHECK_URL"
type = "String"
value = "gov.uk"
name = "DNS_HEALTH_CHECK_URL"
type = "String"
value = "gov.uk"
}
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ locals {


ssm_arns = {
DNS_HEALTH_CHECK_URL = aws_ssm_parameter.dns_health_check_url.arn
DNS_HEALTH_CHECK_URL = aws_ssm_parameter.dns_health_check_url.arn
}

secret_manager_arns = {
Expand Down

0 comments on commit d7cb96d

Please sign in to comment.