Skip to content

Commit 4ece5c1

Browse files
authored
fix: Correcting source expression (#346)
1 parent 227a02e commit 4ece5c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/v2/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ spec:
214214
outputExpr: "{\"FIRESTORE_DATABASE_ID\": database_id}"
215215
inputPath: env_vars
216216
- source:
217-
source: https://github.com/GoogleCloudPlatform/terraform-google-alloy-db
217+
source: github.com/GoogleCloudPlatform/terraform-google-alloy-db
218218
version: ">= 5.0.1"
219219
spec:
220220
outputExpr: "{\"ALLOYDB_INSTANCE_HOST\" : primary_instance_ip}"
@@ -284,7 +284,7 @@ spec:
284284
spec:
285285
outputExpr: "[\"roles/datastore.user\"]"
286286
- source:
287-
source: https://github.com/GoogleCloudPlatform/terraform-google-alloy-db
287+
source: github.com/GoogleCloudPlatform/terraform-google-alloy-db
288288
version: ">= 5.0.1"
289289
spec:
290290
outputExpr: "[\"roles/alloydb.admin\"]"

0 commit comments

Comments
 (0)