Outputs and artifacts from applying a deployment.
JSON representation |
---|
{
"content": string,
"artifacts": string,
"outputs": {
string: {
object ( |
Fields | |
---|---|
content |
Location of a blueprint copy and other manifests in Google Cloud Storage. Format: |
artifacts |
Location of artifacts (e.g. logs) in Google Cloud Storage. Format: |
outputs |
Map of output name to output info. An object containing a list of |
TerraformOutput
Describes a Terraform output.
JSON representation |
---|
{ "sensitive": boolean, "value": value } |
Fields | |
---|---|
sensitive |
Identifies whether Terraform has set this output as a potential sensitive value. |
value |
Value of output. |