github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/examples/aws-s3-cross-account-access/variables.tf (about)

     1  variable "prod_access_key" {}
     2  
     3  variable "prod_secret_key" {}
     4  
     5  variable "test_account_id" {}
     6  
     7  variable "test_access_key" {}
     8  
     9  variable "test_secret_key" {}
    10  
    11  variable "bucket_name" {}