-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update to Terraform v1.0.0, use Dependabot #231
Conversation
Terraform Plan:will create 1 resource:
will update 7 resources:
will replace (delete then create) 1 resource:
|
# - package-ecosystem: terraform | ||
# directory: '/terraform-iac/dev/app' | ||
# schedule: | ||
# interval: daily | ||
# target-branch: dev | ||
|
||
# - package-ecosystem: terraform | ||
# directory: '/terraform-iac/dev/setup' | ||
# schedule: | ||
# interval: daily | ||
# target-branch: dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't love the idea of getting 8 PRs whenever we need to update the AWS provider, but I can't think of a way around that until dependabot/dependabot-core#2178 is added.
Are we thinking that the Dependabot stuff is blocked on #212? |
It looks like the main difference to the TF plan is the way we now mark more things as sensitive. |
Closes: #226
Refs: #228