Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TerraformerImageName is the name of the Terraformer image. TerraformerImageName = "terraformer" // AccessKeyID is a constant for the key in a cloud provider secret and backup secret that holds the AWS access key id. AccessKeyID = "accessKeyID" // SecretAccessKey is a constant for the key in a cloud provider secret and backup secret that holds the AWS secret access key. SecretAccessKey = "secretAccessKey" // Region is a constant for the key in a backup secret that holds the AWS region. Region = "region" // TerrformerPurposeInfra is a constant for the complete Terraform setup with purpose 'infrastructure'. TerrformerPurposeInfra = "infra" // VPCIDKey is the vpc_id tf state key VPCIDKey = "vpc_id" // SubnetPublicPrefix is the prefix for the subnets SubnetPublicPrefix = "subnet_public_utility_z" // SubnetNodesPrefix is the prefix for the subnets SubnetNodesPrefix = "subnet_nodes_z" // SecurityGroupsNodes is the key for accessing nodes security groups from outputs in terraform SecurityGroupsNodes = "security_group_nodes" // SSHKeyName key for accessing SSH key name from outputs in terraform SSHKeyName = "keyName" // IAMInstanceProfileNodes key for accessing Nodes Instance profile from outputs in terraform IAMInstanceProfileNodes = "iamInstanceProfileNodes" // IAMInstanceProfileBastions key for accessing Bastions Instance profile from outputs in terraform IAMInstanceProfileBastions = "iamInstanceProfileBastions" // NodesRole role for nodes NodesRole = "nodes_role_arn" // BastionsRole role for bastions BastionsRole = "bastions_role_arn" )
View Source
const Type = "aws"
Type is the type of resources managed by the AWS actuator.
Variables ¶
View Source
var ( // ChartsPath is the path to the charts ChartsPath = filepath.Join("controllers", "provider-aws", "charts") // InternalChartsPath is the path to the internal charts InternalChartsPath = filepath.Join(ChartsPath, "internal") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.