We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcd757 commit 5709186Copy full SHA for 5709186
terraform/main.tf
@@ -34,7 +34,7 @@ data "aws_ecr_authorization_token" "token" {}
34
35
provider "docker" {
36
registry_auth {
37
- address = "${data.aws_caller_identity.current.account_id}.dkr.ecr.${data.aws_region.current.id}.amazonaws.com"
+ address = "${data.aws_caller_identity.current.account_id}.dkr.ecr.${data.aws_region.current.region}.amazonaws.com"
38
username = data.aws_ecr_authorization_token.token.user_name
39
password = data.aws_ecr_authorization_token.token.password
40
}
0 commit comments