File tree Expand file tree Collapse file tree
src/bootstrap/cloud/terraform Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,19 +25,19 @@ locals {
2525
2626# import existing repos, see: gcloud artifacts repositories list --project=<project-id>
2727import {
28- id = " projects/$data.google_project.project.project_id/locations/asia/repositories/asia.gcr.io"
28+ id = " projects/${ data . google_project . project . project_id } /locations/asia/repositories/asia.gcr.io"
2929 to = google_artifact_registry_repository. gcrio_repositories [0 ]
3030}
3131import {
32- id = " projects/$data.google_project.project.project_id/locations/europe/repositories/eu.gcr.io"
32+ id = " projects/${ data . google_project . project . project_id } /locations/europe/repositories/eu.gcr.io"
3333 to = google_artifact_registry_repository. gcrio_repositories [1 ]
3434}
3535import {
36- id = " projects/$data.google_project.project.project_id/locations/us/repositories/gcr.io"
36+ id = " projects/${ data . google_project . project . project_id } /locations/us/repositories/gcr.io"
3737 to = google_artifact_registry_repository. gcrio_repositories [2 ]
3838}
3939import {
40- id = " projects/$data.google_project.project.project_id/locations/us/repositories/us.gcr.io"
40+ id = " projects/${ data . google_project . project . project_id } /locations/us/repositories/us.gcr.io"
4141 to = google_artifact_registry_repository. gcrio_repositories [3 ]
4242}
4343
You can’t perform that action at this time.
0 commit comments