Draft: Update data partition config
All Submissions:
Introducing changes to terraform variable config files to enable correct set up of resources while creating a new data partition. Removed a variable (data_partition_name) from tfvars file, so that it is picked from the environment instead of variables file.
Current Behavior or Linked Issues
Currently, data_partition_name is being set in the tfvars file to opendes, this is creating issue when ever a new partition is being created as this name is not being picked from the environment but from the file, hence we are getting , resources already exists error in the pipeline.
Does this introduce a breaking change?
- NO
Other information
Edited by MANISH KUMAR