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

CLOP-10: Remove GuardDuty IPSets and update to templatefile #282

Merged
merged 3 commits into from
Jun 24, 2024

Conversation

paulschwarzenberger
Copy link
Contributor

@paulschwarzenberger paulschwarzenberger commented Jun 19, 2024

  • remove GuardDuty IPSets as these are now centrally managed
  • update deprecated template provider and use templatefile
  • add required providers to multi-region modules

Note: to get a successful Terraform plan in the sandbox environment, I had to manually edit the state file to remove all references to GuardDuty IPSets (trying to use a remove block didn't work).

After updating the state file, I had to delete the DynamoDB lock due to a conflict in the hash value, reinitialise Terraform and do another Terraform plan.

Copy link
Contributor

@TomJKing TomJKing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Just a couple of style comments. Thanks

required_providers {
aws = ">= 5.0.0"
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add line break at end of file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

@paulschwarzenberger paulschwarzenberger merged commit bf0345e into master Jun 24, 2024
2 checks passed
@paulschwarzenberger paulschwarzenberger deleted the remove-guardduty-ipsets branch June 24, 2024 08:41
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.

3 participants