Skip to content

Commit

Permalink
ci: use correct repo and tf project name for state (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-newrelic authored Feb 20, 2025
1 parent 8b5f8e4 commit 9671cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/terraform/nightly/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
encrypt = true
dynamodb_table = "terraform-states-lock"
region = "us-east-1"
key = "newrelic/opentelemetry-collector-releases/permanent/terraform.tfstate"
key = "newrelic/nrdot-collector-releases/nightly/terraform.tfstate"
# 'bucket' and 'role_arn' provided via '-backend-config'
}
}
Expand Down

0 comments on commit 9671cd8

Please sign in to comment.