Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataArgs ¶
type DataArgs struct { // Delegates: set of string, optional Delegates terra.SetValue[terra.StringValue] `hcl:"delegates,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // IncludeEmail: bool, optional IncludeEmail terra.BoolValue `hcl:"include_email,attr"` // TargetAudience: string, required TargetAudience terra.StringValue `hcl:"target_audience,attr" validate:"required"` // TargetServiceAccount: string, optional TargetServiceAccount terra.StringValue `hcl:"target_service_account,attr"` }
DataArgs contains the configurations for google_service_account_id_token.
type DataSource ¶
DataSource represents the Terraform data resource google_service_account_id_token.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (gsait *DataSource) Attributes() dataGoogleServiceAccountIdTokenAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (gsait *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (gsait *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (gsait *DataSource) LocalName() string
LocalName returns the local name for DataSource.
Click to show internal directories.
Click to hide internal directories.