For the below 2 variables, we need to remove 'aws-portworx' prefix.
variable "aws-portworx_portworx_spec" {
type = string
default = ""
}
variable "aws-portworx_portworx_spec_file" {
type = string
default = ""
}
If we do not remove , then I have to have variables specific for "aws" & "azure" in my terraform.tfvars. If we remove this then we can have 'portworx_spec' & 'portworx_spec_file' in terraform.tfvars.
For the below 2 variables, we need to remove 'aws-portworx' prefix.
variable "aws-portworx_portworx_spec" {
type = string
default = ""
}
variable "aws-portworx_portworx_spec_file" {
type = string
default = ""
}
If we do not remove , then I have to have variables specific for "aws" & "azure" in my terraform.tfvars. If we remove this then we can have 'portworx_spec' & 'portworx_spec_file' in terraform.tfvars.