variables.tf 184 B

123456789101112131415
  1. variable "AWS_SA_NAME" {
  2. type = string
  3. }
  4. variable "AWS_SA_NAMESPACE" {
  5. type = string
  6. }
  7. variable "AWS_REGION" {
  8. type = string
  9. }
  10. variable "AWS_CLUSTER_NAME" {
  11. type = string
  12. }