terraform/examples/aws-s3-cross-account-access/variables.tf

12 lines
181 B
Terraform
Raw Normal View History

variable "prod_access_key" {}
variable "prod_secret_key" {}
variable "test_account_id" {}
variable "test_access_key" {}
variable "test_secret_key" {}
variable "bucket_name" {}