network_interface_security_group_association

package
v0.1.55 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL