Skip to content

Commit

Permalink
Bump account metadata module to work without route53 zone
Browse files Browse the repository at this point in the history
  • Loading branch information
rotciw committed Sep 9, 2024
1 parent 3b74a19 commit a283e56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ locals {
}

module "account_metadata" {
source = "github.com/nsbno/terraform-aws-account-metadata?ref=0.1.2"
source = "github.com/nsbno/terraform-aws-account-metadata?ref=cb6b3d7"

dns = false
load_balancer = false
}

data "aws_secretsmanager_secret" "datadog_api_key" {
Expand Down

0 comments on commit a283e56

Please sign in to comment.