Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert terraform related global variables to a dictionary #82

Merged
merged 1 commit into from
Mar 29, 2022

Conversation

jimright
Copy link
Contributor

After reviewing the Terraform variables with @wmudge, we agreed that changing the Terraform global variables to be a dictionary gives a better structure to the inputs. Changes done in conjunction with cloudera.exe PR#100

An example of the Terraform-related entries in the Cloudera-Deploy definition file following this change are shown below.

# Deployment engine
infra_deployment_engine: terraform

# Terraform Options
terraform:
  state_storage: remote_s3
  auto_remote_state: True
  remote_state_bucket: example-state-bucket-config
  remote_state_lock_table: example-state-lock-table-config

Signed-off-by: Jim Enright jenright@cloudera.com

Signed-off-by: Jim Enright <jenright@cloudera.com>
@wmudge wmudge added the enhancement New feature or request label Mar 21, 2022
@wmudge wmudge merged commit bac243d into cloudera-labs:devel Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

None yet

3 participants