Class TerraformBlueprint (0.1.8)

TerraformBlueprint(mapping=None, *, ignore_unknown_fields=False, **kwargs)

TerraformBlueprint describes the source of a Terraform root module which describes the resources and configs to be deployed.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
gcs_source str
Required. URI of an object in Google Cloud Storage. Format: gs://{bucket}/{object} URI may also specify an object version for zipped objects. Format: gs://{bucket}/{object}#{version} This field is a member of oneof_ source.
git_source google.cloud.config_v1.types.GitSource
Required. URI of a public Git repo. This field is a member of oneof_ source.
input_values MutableMapping[str, google.cloud.config_v1.types.TerraformVariable]
Input variable values for the Terraform blueprint.

Classes

InputValuesEntry

InputValuesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.