Documentation ¶
Index ¶
- type DataArgs
- type DataProjectsAttributes
- func (p DataProjectsAttributes) CreateTime() terra.StringValue
- func (p DataProjectsAttributes) InternalRef() (terra.Reference, error)
- func (p DataProjectsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (p DataProjectsAttributes) InternalWithRef(ref terra.Reference) DataProjectsAttributes
- func (p DataProjectsAttributes) Labels() terra.MapValue[terra.StringValue]
- func (p DataProjectsAttributes) LifecycleState() terra.StringValue
- func (p DataProjectsAttributes) Name() terra.StringValue
- func (p DataProjectsAttributes) Number() terra.StringValue
- func (p DataProjectsAttributes) Parent() terra.MapValue[terra.StringValue]
- func (p DataProjectsAttributes) ProjectId() terra.StringValue
- type DataProjectsState
- type DataSource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataArgs ¶
type DataArgs struct { // Filter: string, required Filter terra.StringValue `hcl:"filter,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` }
DataArgs contains the configurations for google_projects.
type DataProjectsAttributes ¶
type DataProjectsAttributes struct {
// contains filtered or unexported fields
}
func (DataProjectsAttributes) CreateTime ¶
func (p DataProjectsAttributes) CreateTime() terra.StringValue
func (DataProjectsAttributes) InternalRef ¶
func (p DataProjectsAttributes) InternalRef() (terra.Reference, error)
func (DataProjectsAttributes) InternalTokens ¶
func (p DataProjectsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataProjectsAttributes) InternalWithRef ¶
func (p DataProjectsAttributes) InternalWithRef(ref terra.Reference) DataProjectsAttributes
func (DataProjectsAttributes) Labels ¶
func (p DataProjectsAttributes) Labels() terra.MapValue[terra.StringValue]
func (DataProjectsAttributes) LifecycleState ¶
func (p DataProjectsAttributes) LifecycleState() terra.StringValue
func (DataProjectsAttributes) Name ¶
func (p DataProjectsAttributes) Name() terra.StringValue
func (DataProjectsAttributes) Number ¶
func (p DataProjectsAttributes) Number() terra.StringValue
func (DataProjectsAttributes) Parent ¶
func (p DataProjectsAttributes) Parent() terra.MapValue[terra.StringValue]
func (DataProjectsAttributes) ProjectId ¶
func (p DataProjectsAttributes) ProjectId() terra.StringValue
type DataProjectsState ¶
type DataSource ¶
DataSource represents the Terraform data resource google_projects.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (gp *DataSource) Attributes() dataGoogleProjectsAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (gp *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (gp *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (gp *DataSource) LocalName() string
LocalName returns the local name for DataSource.
Click to show internal directories.
Click to hide internal directories.