github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/builtin/infra/aws/data/vpc-public-private/variables.tf (about)

     1  variable "aws_access_key" {
     2      description = "Access key for AWS"
     3  }
     4  
     5  variable "aws_secret_key" {
     6      description = "Secret key for AWS"
     7  }
     8  
     9  variable "aws_region" {
    10      description = "Region where we will operate."
    11  }
    12  
    13  variable "ssh_public_key" {
    14      description = "Contents of an SSH public key to grant access to created instances"
    15  }