securitygroup

package
v0.35.1 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2024 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSecurityGroupDataSource

func NewSecurityGroupDataSource() datasource.DataSource

NewSecurityGroupDataSource is a helper function to simplify the provider implementation.

func NewSecurityGroupResource

func NewSecurityGroupResource() resource.Resource

NewSecurityGroupResource is a helper function to simplify the provider implementation.

Types

type Model

type Model struct {
	Id              types.String `tfsdk:"id"` // needed by TF
	ProjectId       types.String `tfsdk:"project_id"`
	SecurityGroupId types.String `tfsdk:"security_group_id"`
	Name            types.String `tfsdk:"name"`
	Description     types.String `tfsdk:"description"`
	Labels          types.Map    `tfsdk:"labels"`
	Stateful        types.Bool   `tfsdk:"stateful"`
}

Jump to

Keyboard shortcuts

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