You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@gowdhaman-j FYI fixed this in the aws-portworx bom by adding variables for the portworx specs and aws creds. Now its in line with other portworx boms like azure, hence you should be able to use the same variable names
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.
The text was updated successfully, but these errors were encountered: