We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f94a9d commit 4591c44Copy full SHA for 4591c44
image-mirror-lambda-terraform/iac/terraform.tfvars
@@ -7,7 +7,7 @@ name_prefix = "image-copy-all"
7
# optional: dst_prefix = "mirrors"
8
9
# identity id (username) for your pull token
10
-cgr_username = "b3afeb8ee1de8a24fe87ccb26faee88b5ba3cac0/7d8f1d77937ae3d2"
+cgr_username = "<PULL_TOKEN_USERNAME>"
11
12
mirror_dry_run = false
13
@@ -28,4 +28,4 @@ repo_tags = {
28
"cgr.dev/bannon.dev/jre" = ["openjdk-11", "openjdk-17"]
29
}
30
31
-copy_all_tags = true
+copy_all_tags = true
0 commit comments