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

Terraform state fix #212

Merged
merged 2 commits into from
Feb 26, 2024
Merged

Terraform state fix #212

merged 2 commits into from
Feb 26, 2024

Conversation

rawanmahdi
Copy link
Member

Description of Changes

Fixed terraform bug where it wasnt correctly reading the state of our GCP configuration. This is bc the terraform.state file is not present in the github action, i.e. there's nothing for it to check for previously configured states. This PR created a 'remote backend' using a cloud bucket that now holds our state file, and also renamed our dataset bucket to ensure its included in the new state.

Linked Issue

Closes #182

Additional Comments (Optional)

Passing actions: https://github.com/DSC-McMaster-U/Auto-ML/actions/runs/8047834727

@rawanmahdi rawanmahdi merged commit 45c068e into main Feb 26, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get Terraform to Only Apply Infra Changes
1 participant