Documentation ¶
Index ¶
- type Args
- type ManagementNetworkProfile
- type ManagementNetworkProfileAttributes
- func (mnp ManagementNetworkProfileAttributes) InternalRef() (terra.Reference, error)
- func (mnp ManagementNetworkProfileAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (mnp ManagementNetworkProfileAttributes) InternalWithRef(ref terra.Reference) ManagementNetworkProfileAttributes
- func (mnp ManagementNetworkProfileAttributes) NetworkInterfacePrivateIpAddresses() terra.SetValue[terra.StringValue]
- func (mnp ManagementNetworkProfileAttributes) SubnetId() terra.StringValue
- type ManagementNetworkProfileState
- type NetworkProfile
- type NetworkProfileAttributes
- func (np NetworkProfileAttributes) InternalRef() (terra.Reference, error)
- func (np NetworkProfileAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (np NetworkProfileAttributes) InternalWithRef(ref terra.Reference) NetworkProfileAttributes
- func (np NetworkProfileAttributes) NetworkInterfacePrivateIpAddresses() terra.SetValue[terra.StringValue]
- func (np NetworkProfileAttributes) SubnetId() terra.StringValue
- type NetworkProfileState
- type Resource
- func (adhsm *Resource) Attributes() azurermDedicatedHardwareSecurityModuleAttributes
- func (adhsm *Resource) Configuration() interface{}
- func (adhsm *Resource) DependOn() terra.Reference
- func (adhsm *Resource) Dependencies() terra.Dependencies
- func (adhsm *Resource) ImportState(state io.Reader) error
- func (adhsm *Resource) LifecycleManagement() *terra.Lifecycle
- func (adhsm *Resource) LocalName() string
- func (adhsm *Resource) State() (*azurermDedicatedHardwareSecurityModuleState, bool)
- func (adhsm *Resource) StateMust() *azurermDedicatedHardwareSecurityModuleState
- func (adhsm *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Read() terra.StringValue
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
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"` // Location: string, required Location terra.StringValue `hcl:"location,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // ResourceGroupName: string, required ResourceGroupName terra.StringValue `hcl:"resource_group_name,attr" validate:"required"` // SkuName: string, required SkuName terra.StringValue `hcl:"sku_name,attr" validate:"required"` // StampId: string, optional StampId terra.StringValue `hcl:"stamp_id,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // Zones: set of string, optional Zones terra.SetValue[terra.StringValue] `hcl:"zones,attr"` // ManagementNetworkProfile: optional ManagementNetworkProfile *ManagementNetworkProfile `hcl:"management_network_profile,block"` // NetworkProfile: required NetworkProfile *NetworkProfile `hcl:"network_profile,block" validate:"required"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_dedicated_hardware_security_module.
type ManagementNetworkProfile ¶
type ManagementNetworkProfile struct { // NetworkInterfacePrivateIpAddresses: set of string, required NetworkInterfacePrivateIpAddresses terra.SetValue[terra.StringValue] `hcl:"network_interface_private_ip_addresses,attr" validate:"required"` // SubnetId: string, required SubnetId terra.StringValue `hcl:"subnet_id,attr" validate:"required"` }
type ManagementNetworkProfileAttributes ¶
type ManagementNetworkProfileAttributes struct {
// contains filtered or unexported fields
}
func (ManagementNetworkProfileAttributes) InternalRef ¶
func (mnp ManagementNetworkProfileAttributes) InternalRef() (terra.Reference, error)
func (ManagementNetworkProfileAttributes) InternalTokens ¶
func (mnp ManagementNetworkProfileAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ManagementNetworkProfileAttributes) InternalWithRef ¶
func (mnp ManagementNetworkProfileAttributes) InternalWithRef(ref terra.Reference) ManagementNetworkProfileAttributes
func (ManagementNetworkProfileAttributes) NetworkInterfacePrivateIpAddresses ¶
func (mnp ManagementNetworkProfileAttributes) NetworkInterfacePrivateIpAddresses() terra.SetValue[terra.StringValue]
func (ManagementNetworkProfileAttributes) SubnetId ¶
func (mnp ManagementNetworkProfileAttributes) SubnetId() terra.StringValue
type NetworkProfile ¶
type NetworkProfile struct { // NetworkInterfacePrivateIpAddresses: set of string, required NetworkInterfacePrivateIpAddresses terra.SetValue[terra.StringValue] `hcl:"network_interface_private_ip_addresses,attr" validate:"required"` // SubnetId: string, required SubnetId terra.StringValue `hcl:"subnet_id,attr" validate:"required"` }
type NetworkProfileAttributes ¶
type NetworkProfileAttributes struct {
// contains filtered or unexported fields
}
func (NetworkProfileAttributes) InternalRef ¶
func (np NetworkProfileAttributes) InternalRef() (terra.Reference, error)
func (NetworkProfileAttributes) InternalTokens ¶
func (np NetworkProfileAttributes) InternalTokens() (hclwrite.Tokens, error)
func (NetworkProfileAttributes) InternalWithRef ¶
func (np NetworkProfileAttributes) InternalWithRef(ref terra.Reference) NetworkProfileAttributes
func (NetworkProfileAttributes) NetworkInterfacePrivateIpAddresses ¶
func (np NetworkProfileAttributes) NetworkInterfacePrivateIpAddresses() terra.SetValue[terra.StringValue]
func (NetworkProfileAttributes) SubnetId ¶
func (np NetworkProfileAttributes) SubnetId() terra.StringValue
type NetworkProfileState ¶
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 azurerm_dedicated_hardware_security_module.
func (*Resource) Attributes ¶
func (adhsm *Resource) Attributes() azurermDedicatedHardwareSecurityModuleAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (adhsm *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (adhsm *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.
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Read: string, optional Read terra.StringValue `hcl:"read,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
Click to show internal directories.
Click to hide internal directories.