Documentation
¶
Index ¶
Constants ¶
View Source
const AwsResourceName = "aws_network_interface_sg_attachment"
View Source
const AzureResourceName = "azurerm_network_interface_security_group_association"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsNetworkInterfaceSecurityGroupAssociation ¶
type AwsNetworkInterfaceSecurityGroupAssociation struct {
*common.AwsResource `hcl:",squash" default:"name=aws_network_interface_sg_attachment"`
NetworkInterfaceId string `hcl:"network_interface_id,expr"`
NetworkSecurityGroupId string `hcl:"security_group_id,expr"`
}
type AzureNetworkInterfaceSecurityGroupAssociation ¶
type AzureNetworkInterfaceSecurityGroupAssociation struct {
*common.AzResource `hcl:",squash" default:"name=azurerm_network_interface_security_group_association"`
SecurityGroupId string `hcl:"network_security_group_id,expr"`
NetworkInterfaceId string `hcl:"network_interface_id,expr"`
}
Click to show internal directories.
Click to hide internal directories.