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

Inventory/terraform_state - Support remote/cloud backends #163

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

abikouo
Copy link
Contributor

@abikouo abikouo commented Aug 1, 2024

SUMMARY

Closes #150

  • Support remote/cloud backends
  • Move all dict/list from backend_config parameter into dedicated file to be passed as backend_config_files
    terraform init supports -backend-config for key/value pair with value as string only, therefore when user specified some dict item (e.g. the workspace configuration for remote/cloud backend), we need to move that into file to be passed as backend-config=temp_file.
ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

Inventory/terraform_state

@abikouo abikouo force-pushed the terraform_state_remote_cloud branch from 635fb44 to 8049ab6 Compare August 1, 2024 10:35
@abikouo abikouo force-pushed the terraform_state_remote_cloud branch from 8049ab6 to 4d140ab Compare August 1, 2024 10:38
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Terraform Cloud with different workspaces
1 participant