Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataSource
- type Resource
- func (gsaip *Resource) Attributes() googleServiceAccountIamPolicyAttributes
- func (gsaip *Resource) Configuration() interface{}
- func (gsaip *Resource) DependOn() terra.Reference
- func (gsaip *Resource) Dependencies() terra.Dependencies
- func (gsaip *Resource) ImportState(state io.Reader) error
- func (gsaip *Resource) LifecycleManagement() *terra.Lifecycle
- func (gsaip *Resource) LocalName() string
- func (gsaip *Resource) State() (*googleServiceAccountIamPolicyState, bool)
- func (gsaip *Resource) StateMust() *googleServiceAccountIamPolicyState
- func (gsaip *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // PolicyData: string, required PolicyData terra.StringValue `hcl:"policy_data,attr" validate:"required"` // ServiceAccountId: string, required ServiceAccountId terra.StringValue `hcl:"service_account_id,attr" validate:"required"` }
Args contains the configurations for google_service_account_iam_policy.
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // ServiceAccountId: string, required ServiceAccountId terra.StringValue `hcl:"service_account_id,attr" validate:"required"` }
DataArgs contains the configurations for google_service_account_iam_policy.
type DataSource ¶
DataSource represents the Terraform data resource google_service_account_iam_policy.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (gsaip *DataSource) Attributes() dataGoogleServiceAccountIamPolicyAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (gsaip *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (gsaip *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (gsaip *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource google_service_account_iam_policy.
func (*Resource) Attributes ¶
func (gsaip *Resource) Attributes() googleServiceAccountIamPolicyAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gsaip *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gsaip *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.