Skip to content

Commit ed01820

Browse files
authored
fix: Update connection metadata to change version from ~> 12.0 to ^12.0 (#486)
1 parent 7c9f928 commit ed01820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/frontend/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ spec:
110110
connections:
111111
- source:
112112
source: github.com/terraform-google-modules/terraform-google-lb-http//modules/backend
113-
version: ~> 12.0
113+
version: ^12.0
114114
spec:
115115
outputExpr: backend_service_info
116116
- name: url_map_resource_uri

0 commit comments

Comments
 (0)