Terraform: Cleanup
[csit.git] / fdio.infra.terraform / 1n_nmd / aws / variables.tf
1 variable "aws_access_key" {
2   sensitive = true
3 }
4
5 variable "aws_secret_key" {
6   sensitive = true
7 }
8
9 variable "name" {
10   default = "dynamic-aws-creds-vault-admin"
11 }