fix(Autogen): VSAP driver combinations
[csit.git] / fdio.infra.terraform / 1n_nmd / aws / variables.tf
index 11c3535..ee9fb73 100644 (file)
@@ -1,9 +1,11 @@
 variable "aws_access_key" {
+  sensitive = true
 }
 
 variable "aws_secret_key" {
+  sensitive = true
 }
 
 variable "name" {
-    default = "dynamic-aws-creds-vault-admin"
+  default = "dynamic-aws-creds-vault-admin"
 }
\ No newline at end of file