-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: remove apphub_service_uri output and update metadata display ya…
…ml (#257)
- Loading branch information
Showing
5 changed files
with
47 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Upgrading to v13.0 | ||
|
||
The v13.0 release contains backwards-incompatible changes. | ||
|
||
## Replace uses of apphub_service_uri | ||
|
||
This release removes apphub_service_uri output. You can replace use of `apphub_service_uri` by forming the desired output as below, | ||
|
||
``` | ||
{ | ||
service_uri = "//redis.googleapis.com/${module.memorystore.id}" | ||
service_id = substr("${<redis-instance-name>}-${md5(${module.memorystore.id})}", 0, 63) | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters