Documentation ¶
Index ¶
- type DataArgs
- type DataResourcesAttributes
- func (r DataResourcesAttributes) Id() terra.StringValue
- func (r DataResourcesAttributes) InternalRef() (terra.Reference, error)
- func (r DataResourcesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (r DataResourcesAttributes) InternalWithRef(ref terra.Reference) DataResourcesAttributes
- func (r DataResourcesAttributes) Location() terra.StringValue
- func (r DataResourcesAttributes) Name() terra.StringValue
- func (r DataResourcesAttributes) ResourceGroupName() terra.StringValue
- func (r DataResourcesAttributes) Tags() terra.MapValue[terra.StringValue]
- func (r DataResourcesAttributes) Type() terra.StringValue
- type DataResourcesState
- type DataSource
- type DataTimeouts
- type DataTimeoutsAttributes
- type DataTimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // RequiredTags: map of string, optional RequiredTags terra.MapValue[terra.StringValue] `hcl:"required_tags,attr"` // ResourceGroupName: string, optional ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr"` // Type: string, optional Type terra.StringValue `hcl:"type,attr"` // Timeouts: optional Timeouts *DataTimeouts `hcl:"timeouts,block"` }
DataArgs contains the configurations for azurerm_resources.
type DataResourcesAttributes ¶
type DataResourcesAttributes struct {
// contains filtered or unexported fields
}
func (DataResourcesAttributes) Id ¶
func (r DataResourcesAttributes) Id() terra.StringValue
func (DataResourcesAttributes) InternalRef ¶
func (r DataResourcesAttributes) InternalRef() (terra.Reference, error)
func (DataResourcesAttributes) InternalTokens ¶
func (r DataResourcesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataResourcesAttributes) InternalWithRef ¶
func (r DataResourcesAttributes) InternalWithRef(ref terra.Reference) DataResourcesAttributes
func (DataResourcesAttributes) Location ¶
func (r DataResourcesAttributes) Location() terra.StringValue
func (DataResourcesAttributes) Name ¶
func (r DataResourcesAttributes) Name() terra.StringValue
func (DataResourcesAttributes) ResourceGroupName ¶
func (r DataResourcesAttributes) ResourceGroupName() terra.StringValue
func (DataResourcesAttributes) Tags ¶
func (r DataResourcesAttributes) Tags() terra.MapValue[terra.StringValue]
func (DataResourcesAttributes) Type ¶
func (r DataResourcesAttributes) Type() terra.StringValue
type DataResourcesState ¶
type DataSource ¶
DataSource represents the Terraform data resource azurerm_resources.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (ar *DataSource) Attributes() dataAzurermResourcesAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (ar *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (ar *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (ar *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type DataTimeouts ¶
type DataTimeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type DataTimeoutsAttributes ¶
type DataTimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (DataTimeoutsAttributes) InternalRef ¶
func (t DataTimeoutsAttributes) InternalRef() (terra.Reference, error)
func (DataTimeoutsAttributes) InternalTokens ¶
func (t DataTimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataTimeoutsAttributes) InternalWithRef ¶
func (t DataTimeoutsAttributes) InternalWithRef(ref terra.Reference) DataTimeoutsAttributes
func (DataTimeoutsAttributes) Read ¶
func (t DataTimeoutsAttributes) Read() terra.StringValue
type DataTimeoutsState ¶
type DataTimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.