Skip to content

remove 'aws-portworx' prefix in variables.tf in 210-aws-portworx-storage #212

@gowdhaman-j

Description

@gowdhaman-j

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions