github.com/adrian-bl/terraform@v0.7.0-rc2.0.20160705220747-de0a34fc3517/examples/aws-s3-cross-account-access/variables.tf (about)

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