File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ import (
2626)
2727
2828// renderRegionalParamVersion renders a regional parameter version using the Parameter Manager SDK for GCP.
29+ // The version can be a version ID as a string (e.g. "parameter1") or an alias (e.g. "latest")
2930//
3031// w: The io.Writer object used to write the output.
3132// projectID: The ID of the project where the parameter is located.
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import (
2525)
2626
2727// renderParamVersion renders a parameter version using the Parameter Manager SDK for GCP.
28+ // The version can be a version ID as a string (e.g. "parameter1") or an alias (e.g. "latest")
2829//
2930// w: The io.Writer object used to write the output.
3031// projectID: The ID of the project where the parameter is located.
You can’t perform that action at this time.
0 commit comments