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

Bump hashicorp/aws from 5.65.0 to 5.82.2 in /infra #70

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2024

Bumps hashicorp/aws from 5.65.0 to 5.82.2.

Release notes

Sourced from hashicorp/aws's releases.

v5.82.2

BUG FIXES:

  • data-source/aws_lb_listener: Add mutual_authentication.advertise_trust_store_ca_names attribute. This fixes a regression introduced in v5.82.0 causing setting mutual_authentication: Invalid address to set: []string{"mutual_authentication", "0", "advertise_trust_store_ca_names"} errors (#40658)

v5.82.1

ENHANCEMENTS:

  • resource/aws_autoscaling_group: Add availability_zone_distribution argument (#40634)

BUG FIXES:

  • data-source/aws_iam_policy_document: Reverts plan-time validation for statement sid (#40639)

v5.82.0

NOTES:

  • resource/aws_resourcegroups_resource: The format of the read-only id attribute has changed to prevent inconsistent parsing which resulted in provider crashes under certain conditions. The new format is a comma-delimited string combining group_arn and resource_arn in their entirety. Configuarations relying on the previous format may need to be updated to continue functioning correctly. (#40579)

FEATURES:

  • New Data Source: aws_servicecatalogappregistry_attribute_group_associations (#38306)
  • New Resource: aws_api_gateway_domain_name_access_association (#40566)
  • New Resource: aws_cloudfront_vpc_origin (#40239)
  • New Resource: aws_memorydb_multi_region_cluster (#40376)
  • New Resource: aws_networkmanager_dx_gateway_attachment (#40546)
  • New Resource: aws_rds_cluster_snapshot_copy (#40398)

ENHANCEMENTS:

  • data-source/aws_dx_gateway: Add arn attribute (#40546)
  • data-source/aws_iam_policy_document: Add plan-time validation that the statement sid is valid, including on alphanumeric characters (#40562)
  • data-source/aws_vpc_endpoint: Add service_region attribute (#40583)
  • resource/aws_bedrockagent_agent: Add agent_collaboration attribute to configure agent collaboration role (#40543)
  • resource/aws_cloudfront_distribution: Add origin.vpc_origin_config argument (#40239)
  • resource/aws_db_parameter_group: Support import of name_prefix argument (#40622)
  • resource/aws_dx_gateway: Add arn attribute (#40546)
  • resource/aws_fsx_lustre_file_system: Add efa_enabled argument (#40381)
  • resource/aws_lb_listener: Add advertise_trust_store_ca_names attribute to the mutual_authentication configuration block (#40550)
  • resource/aws_memorydb_cluster: Add multi_region_cluster_name argument (#40376)
  • resource/aws_networkmanager_attachment_accepter: Add edge_locations attribute (#40546)
  • resource/aws_resourcegroups_resource: Add import support (#40579)
  • resource/aws_vpc_endpoint: Add service_region argument (#40583)

BUG FIXES:

  • data-source/aws_acmpca_certificate_authority: Ignore AccessDeniedException: ... is not authorized to perform: acm-pca:GetCertificateAuthorityCsr on resource: ... errors for RAM-shared CAs (#39952)
  • data-source/aws_licensemanager_received_license: Fix setting entitlements: Invalid address to set: []string{"entitlements", "0", "overage"} errors (#40621)
  • resource/aws_amplify_domain_association: No longer ignores changes to certificate_settings when updating. (#40589)
  • resource/aws_amplify_domain_association: Prevent "unexpected state" error when setting certificate_settings.type to CUSTOM. (#40589)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.82.2 (December 20, 2024)

BUG FIXES:

  • data-source/aws_lb_listener: Add mutual_authentication.advertise_trust_store_ca_names attribute. This fixes a regression introduced in v5.82.0 causing setting mutual_authentication: Invalid address to set: []string{"mutual_authentication", "0", "advertise_trust_store_ca_names"} errors (#40658)

5.82.1 (December 19, 2024)

ENHANCEMENTS:

  • resource/aws_autoscaling_group: Add availability_zone_distribution argument (#40634)

BUG FIXES:

  • data-source/aws_iam_policy_document: Reverts plan-time validation for statement sid (#40639)

5.82.0 (December 19, 2024)

NOTES:

  • resource/aws_resourcegroups_resource: The format of the read-only id attribute has changed to prevent inconsistent parsing which resulted in provider crashes under certain conditions. The new format is a comma-delimited string combining group_arn and resource_arn in their entirety. Configuarations relying on the previous format may need to be updated to continue functioning correctly. (#40579)

FEATURES:

  • New Data Source: aws_servicecatalogappregistry_attribute_group_associations (#38306)
  • New Resource: aws_api_gateway_domain_name_access_association (#40566)
  • New Resource: aws_cloudfront_vpc_origin (#40239)
  • New Resource: aws_memorydb_multi_region_cluster (#40376)
  • New Resource: aws_networkmanager_dx_gateway_attachment (#40546)
  • New Resource: aws_rds_cluster_snapshot_copy (#40398)

ENHANCEMENTS:

  • data-source/aws_dx_gateway: Add arn attribute (#40546)
  • data-source/aws_iam_policy_document: Add plan-time validation that the statement sid is valid, including on alphanumeric characters (#40562)
  • data-source/aws_vpc_endpoint: Add service_region attribute (#40583)
  • resource/aws_bedrockagent_agent: Add agent_collaboration attribute to configure agent collaboration role (#40543)
  • resource/aws_cloudfront_distribution: Add origin.vpc_origin_config argument (#40239)
  • resource/aws_db_parameter_group: Support import of name_prefix argument (#40622)
  • resource/aws_dx_gateway: Add arn attribute (#40546)
  • resource/aws_fsx_lustre_file_system: Add efa_enabled argument (#40381)
  • resource/aws_lb_listener: Add advertise_trust_store_ca_names attribute to the mutual_authentication configuration block (#40550)
  • resource/aws_memorydb_cluster: Add multi_region_cluster_name argument (#40376)
  • resource/aws_networkmanager_attachment_accepter: Add edge_locations attribute (#40546)
  • resource/aws_resourcegroups_resource: Add import support (#40579)
  • resource/aws_vpc_endpoint: Add service_region argument (#40583)

BUG FIXES:

  • data-source/aws_acmpca_certificate_authority: Ignore AccessDeniedException: ... is not authorized to perform: acm-pca:GetCertificateAuthorityCsr on resource: ... errors for RAM-shared CAs (#39952)

... (truncated)

Commits
  • ec6555c Next patch release is v5.82.2.
  • 5b65bee Correct CHANGELOG entry file name.
  • 9d95691 d/aws_lb_listener: Add mutual_authentication.advertise_trust_store_ca_names...
  • 02ab7c3 Update CHANGELOG.md after v5.82.1
  • ba4eee9 Update CHANGELOG.md (Manual Trigger)
  • e236a60 Merge pull request #40640 from DerekTBrown/revert-40562-add-validation-for-ia...
  • 9de47bf Merge pull request #40645 from hashicorp/ewbankkit-patch-1
  • 214d10a Merge pull request #40643 from hashicorp/b-post_publish_tf
  • 3d94457 Update CHANGELOG.md
  • c9808a6 Adds test to ensure invalid SIDs are allowed
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 5.65.0 to 5.82.2.
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v5.65.0...v5.82.2)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Dec 20, 2024
Copy link

Terraform Plan

Expand
Running plan in HCP Terraform. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/timovink/shared-infrastructure/runs/run-BqvRGgszm2pNbkMQ

Waiting for the plan to start...

Terraform v1.10.3
on linux_amd64
Initializing plugins and modules...
module.global_certificate["timovink.ca"].aws_acm_certificate.this: Refreshing state... [id=arn:aws:acm:us-east-1:920122847127:certificate/c14c4e0f-400b-415b-bdf9-f5b38995b474]
module.global_certificate["jackievink.com"].aws_acm_certificate.this: Refreshing state... [id=arn:aws:acm:us-east-1:920122847127:certificate/5e9a13c7-7566-4015-8d4d-c7348b28bdfa]
module.global_certificate["timovink.com"].aws_acm_certificate.this: Refreshing state... [id=arn:aws:acm:us-east-1:920122847127:certificate/b5424589-49e4-41be-aed5-4e0387f5e995]
module.global_certificate["timovink.dev"].aws_acm_certificate.this: Refreshing state... [id=arn:aws:acm:us-east-1:920122847127:certificate/c37f96fe-c8d6-4cfa-a752-9b95610577d1]
module.global_certificate["timovink.me"].aws_acm_certificate.this: Refreshing state... [id=arn:aws:acm:us-east-1:920122847127:certificate/7f64e0e2-6db5-4238-84c2-f6e6cb4d3784]
module.global_certificate["jackievink.ca"].aws_acm_certificate.this: Refreshing state... [id=arn:aws:acm:us-east-1:920122847127:certificate/b52c04e4-2275-4af0-b511-2b7856ae0c2a]
module.global_certificate["timovink.app"].aws_acm_certificate.this: Refreshing state... [id=arn:aws:acm:us-east-1:920122847127:certificate/ed6e0edc-3d1a-41fd-900a-9342fcb09642]
module.domain_redirects["jackievink.com"].aws_cloudfront_function.redirect: Refreshing state... [id=redirect-to-jackievinkcom]
module.vpc.aws_vpc.this: Refreshing state... [id=vpc-0470498348c7cd169]
module.domain_redirects["timovink.dev"].aws_cloudfront_function.redirect: Refreshing state... [id=redirect-to-timovinkdev]
module.local_certificate["timovink.com"].aws_acm_certificate.this: Refreshing state... [id=arn:aws:acm:us-west-2:920122847127:certificate/565cc509-937d-40c1-af1b-6bda6b20b0ba]
module.local_certificate["jackievink.ca"].aws_acm_certificate.this: Refreshing state... [id=arn:aws:acm:us-west-2:920122847127:certificate/305d17f7-06bd-4225-ad9a-e87bdc55bb1c]
module.local_certificate["timovink.dev"].aws_acm_certificate.this: Refreshing state... [id=arn:aws:acm:us-west-2:920122847127:certificate/d39882fd-6bbc-4a45-9b11-5c7641acdc78]
module.local_certificate["timovink.me"].aws_acm_certificate.this: Refreshing state... [id=arn:aws:acm:us-west-2:920122847127:certificate/bb69bfd2-7436-4a06-8724-357dc2ac6a31]
module.local_certificate["timovink.app"].aws_acm_certificate.this: Refreshing state... [id=arn:aws:acm:us-west-2:920122847127:certificate/5f1891ea-f40c-4a9d-ab9e-348e1c3bd261]
module.local_certificate["jackievink.com"].aws_acm_certificate.this: Refreshing state... [id=arn:aws:acm:us-west-2:920122847127:certificate/5f674d32-d423-4d1d-be66-2e422a7d686b]
module.local_certificate["timovink.ca"].aws_acm_certificate.this: Refreshing state... [id=arn:aws:acm:us-west-2:920122847127:certificate/f2448255-1554-46f8-9986-db1dc7b961d3]
module.budget.aws_budgets_budget.monthly: Refreshing state... [id=920122847127:terraform-20220612005833117900000001]
module.iam.aws_iam_group.administrators: Refreshing state... [id=administrators]
module.iam.aws_iam_user.admin["tvink"]: Refreshing state... [id=tvink]
module.vpc.data.aws_availability_zones.this: Refreshing...
module.iam.aws_iam_user.admin["deployer"]: Refreshing state... [id=deployer]
module.dns["jackievink.com"].aws_route53_zone.this: Refreshing state... [id=Z0213673ODBY64GY09TO]
module.dns["timovink.app"].aws_route53_zone.this: Refreshing state... [id=Z090672659X2JIXVUFX0]
module.dns["timovink.ca"].aws_route53_zone.this: Refreshing state... [id=Z08658091IB2VPYFZRTIS]
module.dns["timovink.com"].aws_route53_zone.this: Refreshing state... [id=ZFMCDCUJ8UCFO]
module.dns["timovink.dev"].aws_route53_zone.this: Refreshing state... [id=Z09071302Y5GD83DY6NXW]
module.dns["timovink.me"].aws_route53_zone.this: Refreshing state... [id=Z03760682G96A69XLHYRC]
module.dns["jackievink.ca"].aws_route53_zone.this: Refreshing state... [id=Z072293219D14M35KH4SZ]
module.iam.aws_iam_group_policy_attachment.administrators: Refreshing state... [id=administrators-20220605021751233100000001]
module.vpc.data.aws_availability_zones.this: Refresh complete after 0s [id=us-west-2]
module.iam.aws_iam_user_group_membership.admin["deployer"]: Refreshing state... [id=terraform-20220604232226591200000002]
module.iam.aws_iam_user_group_membership.admin["tvink"]: Refreshing state... [id=terraform-20220605021751235700000002]
module.local_certificate["jackievink.com"].aws_route53_record.validation["*.jackievink.com"]: Refreshing state... [id=Z0213673ODBY64GY09TO__456a894c8fe28e49ad6211de6dc5bc82.jackievink.com._CNAME]
module.local_certificate["timovink.app"].aws_route53_record.validation["timovink.app"]: Refreshing state... [id=Z090672659X2JIXVUFX0__898a605fd844d2311876cf17ced2654a.timovink.app._CNAME]
module.local_certificate["timovink.dev"].aws_route53_record.validation["*.timovink.dev"]: Refreshing state... [id=Z09071302Y5GD83DY6NXW__aec79ae1e60595e5c546c99005405cb2.timovink.dev._CNAME]
module.local_certificate["timovink.ca"].aws_route53_record.validation["*.timovink.ca"]: Refreshing state... [id=Z08658091IB2VPYFZRTIS__78aa3e24a54e517847b5c3573be744e9.timovink.ca._CNAME]
module.local_certificate["timovink.com"].aws_route53_record.validation["timovink.com"]: Refreshing state... [id=ZFMCDCUJ8UCFO__d792b113bb70820125d76b1d48a01fcb.timovink.com._CNAME]
module.local_certificate["timovink.ca"].aws_route53_record.validation["timovink.ca"]: Refreshing state... [id=Z08658091IB2VPYFZRTIS__78aa3e24a54e517847b5c3573be744e9.timovink.ca._CNAME]
module.local_certificate["timovink.app"].aws_route53_record.validation["*.timovink.app"]: Refreshing state... [id=Z090672659X2JIXVUFX0__898a605fd844d2311876cf17ced2654a.timovink.app._CNAME]
module.local_certificate["timovink.dev"].aws_route53_record.validation["timovink.dev"]: Refreshing state... [id=Z09071302Y5GD83DY6NXW__aec79ae1e60595e5c546c99005405cb2.timovink.dev._CNAME]
module.local_certificate["timovink.com"].aws_route53_record.validation["*.timovink.com"]: Refreshing state... [id=ZFMCDCUJ8UCFO__d792b113bb70820125d76b1d48a01fcb.timovink.com._CNAME]
module.local_certificate["jackievink.com"].aws_route53_record.validation["jackievink.com"]: Refreshing state... [id=Z0213673ODBY64GY09TO__456a894c8fe28e49ad6211de6dc5bc82.jackievink.com._CNAME]
module.local_certificate["jackievink.ca"].aws_route53_record.validation["*.jackievink.ca"]: Refreshing state... [id=Z072293219D14M35KH4SZ__937652936d27f2d693c725eb2355f79f.jackievink.ca._CNAME]
module.local_certificate["timovink.me"].aws_route53_record.validation["timovink.me"]: Refreshing state... [id=Z03760682G96A69XLHYRC__d981f155ba389684d19abaf617b78217.timovink.me._CNAME]
module.local_certificate["jackievink.ca"].aws_route53_record.validation["jackievink.ca"]: Refreshing state... [id=Z072293219D14M35KH4SZ__937652936d27f2d693c725eb2355f79f.jackievink.ca._CNAME]
module.local_certificate["timovink.me"].aws_route53_record.validation["*.timovink.me"]: Refreshing state... [id=Z03760682G96A69XLHYRC__d981f155ba389684d19abaf617b78217.timovink.me._CNAME]
module.global_certificate["timovink.dev"].aws_route53_record.validation["*.timovink.dev"]: Refreshing state... [id=Z09071302Y5GD83DY6NXW__aec79ae1e60595e5c546c99005405cb2.timovink.dev._CNAME]
module.global_certificate["jackievink.com"].aws_route53_record.validation["*.jackievink.com"]: Refreshing state... [id=Z0213673ODBY64GY09TO__456a894c8fe28e49ad6211de6dc5bc82.jackievink.com._CNAME]
module.global_certificate["timovink.me"].aws_route53_record.validation["*.timovink.me"]: Refreshing state... [id=Z03760682G96A69XLHYRC__d981f155ba389684d19abaf617b78217.timovink.me._CNAME]
module.global_certificate["jackievink.ca"].aws_route53_record.validation["jackievink.ca"]: Refreshing state... [id=Z072293219D14M35KH4SZ__937652936d27f2d693c725eb2355f79f.jackievink.ca._CNAME]
module.global_certificate["timovink.ca"].aws_route53_record.validation["timovink.ca"]: Refreshing state... [id=Z08658091IB2VPYFZRTIS__78aa3e24a54e517847b5c3573be744e9.timovink.ca._CNAME]
module.global_certificate["jackievink.ca"].aws_route53_record.validation["*.jackievink.ca"]: Refreshing state... [id=Z072293219D14M35KH4SZ__937652936d27f2d693c725eb2355f79f.jackievink.ca._CNAME]
module.global_certificate["timovink.dev"].aws_route53_record.validation["timovink.dev"]: Refreshing state... [id=Z09071302Y5GD83DY6NXW__aec79ae1e60595e5c546c99005405cb2.timovink.dev._CNAME]
module.global_certificate["jackievink.com"].aws_route53_record.validation["jackievink.com"]: Refreshing state... [id=Z0213673ODBY64GY09TO__456a894c8fe28e49ad6211de6dc5bc82.jackievink.com._CNAME]
module.global_certificate["timovink.ca"].aws_route53_record.validation["*.timovink.ca"]: Refreshing state... [id=Z08658091IB2VPYFZRTIS__78aa3e24a54e517847b5c3573be744e9.timovink.ca._CNAME]
module.global_certificate["timovink.app"].aws_route53_record.validation["*.timovink.app"]: Refreshing state... [id=Z090672659X2JIXVUFX0__898a605fd844d2311876cf17ced2654a.timovink.app._CNAME]
module.global_certificate["timovink.com"].aws_route53_record.validation["timovink.com"]: Refreshing state... [id=ZFMCDCUJ8UCFO__d792b113bb70820125d76b1d48a01fcb.timovink.com._CNAME]
module.global_certificate["timovink.me"].aws_route53_record.validation["timovink.me"]: Refreshing state... [id=Z03760682G96A69XLHYRC__d981f155ba389684d19abaf617b78217.timovink.me._CNAME]
module.global_certificate["timovink.com"].aws_route53_record.validation["*.timovink.com"]: Refreshing state... [id=ZFMCDCUJ8UCFO__d792b113bb70820125d76b1d48a01fcb.timovink.com._CNAME]
module.global_certificate["timovink.app"].aws_route53_record.validation["timovink.app"]: Refreshing state... [id=Z090672659X2JIXVUFX0__898a605fd844d2311876cf17ced2654a.timovink.app._CNAME]
module.local_certificate["jackievink.com"].aws_acm_certificate_validation.this: Refreshing state... [id=2023-09-01 21:05:46.205 +0000 UTC]
module.local_certificate["timovink.app"].aws_acm_certificate_validation.this: Refreshing state... [id=2023-09-01 21:05:40.307 +0000 UTC]
module.local_certificate["timovink.ca"].aws_acm_certificate_validation.this: Refreshing state... [id=2023-09-01 21:05:32.951 +0000 UTC]
module.local_certificate["timovink.com"].aws_acm_certificate_validation.this: Refreshing state... [id=2023-09-01 21:06:11.246 +0000 UTC]
module.local_certificate["timovink.me"].aws_acm_certificate_validation.this: Refreshing state... [id=2023-09-01 21:05:34.801 +0000 UTC]
module.local_certificate["jackievink.ca"].aws_acm_certificate_validation.this: Refreshing state... [id=2023-09-01 21:06:03.438 +0000 UTC]
module.local_certificate["timovink.dev"].aws_acm_certificate_validation.this: Refreshing state... [id=2023-09-01 21:05:36.685 +0000 UTC]
module.global_certificate["timovink.ca"].aws_acm_certificate_validation.this: Refreshing state... [id=0001-01-01 00:00:00 +0000 UTC]
module.global_certificate["jackievink.ca"].aws_acm_certificate_validation.this: Refreshing state... [id=0001-01-01 00:00:00 +0000 UTC]
module.global_certificate["timovink.me"].aws_acm_certificate_validation.this: Refreshing state... [id=0001-01-01 00:00:00 +0000 UTC]
module.global_certificate["jackievink.com"].aws_acm_certificate_validation.this: Refreshing state... [id=2023-09-01 21:05:52.447 +0000 UTC]
module.global_certificate["timovink.app"].aws_acm_certificate_validation.this: Refreshing state... [id=0001-01-01 00:00:00 +0000 UTC]
module.global_certificate["timovink.com"].aws_acm_certificate_validation.this: Refreshing state... [id=2022-06-05 03:29:25.278 +0000 UTC]
module.global_certificate["timovink.dev"].aws_acm_certificate_validation.this: Refreshing state... [id=0001-01-01 00:00:00 +0000 UTC]
module.vpc.aws_internet_gateway.this: Refreshing state... [id=igw-0ba785689ea143ea5]
module.vpc.aws_subnet.public_a: Refreshing state... [id=subnet-0de61916d397cd680]
module.vpc.aws_subnet.public_c: Refreshing state... [id=subnet-09d10f76e9e3c9ff9]
module.vpc.aws_subnet.public_b: Refreshing state... [id=subnet-0fae05a26a0efddbc]
module.domain_redirects["jackievink.com"].aws_cloudfront_distribution.this["jackievink.ca"]: Refreshing state... [id=EWZR221LI6SAB]
module.domain_redirects["timovink.dev"].aws_cloudfront_distribution.this["timovink.com"]: Refreshing state... [id=E2D3O6B3HCBCCK]
module.domain_redirects["timovink.dev"].aws_cloudfront_distribution.this["timovink.app"]: Refreshing state... [id=EAY5X8SBN5IQF]
module.vpc.aws_route_table.public: Refreshing state... [id=rtb-0dee2ddb2f5633c29]
module.domain_redirects["timovink.dev"].aws_cloudfront_distribution.this["timovink.ca"]: Refreshing state... [id=E3PHIQXJMETTPU]
module.domain_redirects["timovink.dev"].aws_cloudfront_distribution.this["timovink.me"]: Refreshing state... [id=E2GZRPVZ7VHNJP]
module.vpc.aws_route_table_association.public_b: Refreshing state... [id=rtbassoc-09885f1f9b4418f1b]
module.vpc.aws_route_table_association.public_c: Refreshing state... [id=rtbassoc-09f9966dac7b92ce5]
module.vpc.aws_route_table_association.public_a: Refreshing state... [id=rtbassoc-0ada7e59d3b63137b]
module.domain_redirects["timovink.dev"].aws_route53_record.this["timovink.com"]: Refreshing state... [id=ZFMCDCUJ8UCFO_timovink.com_A]
module.domain_redirects["timovink.dev"].aws_route53_record.this["timovink.app"]: Refreshing state... [id=Z090672659X2JIXVUFX0_timovink.app_A]
module.domain_redirects["jackievink.com"].aws_route53_record.this["jackievink.ca"]: Refreshing state... [id=Z072293219D14M35KH4SZ_jackievink.ca_A]
module.domain_redirects["timovink.dev"].aws_route53_record.this["timovink.me"]: Refreshing state... [id=Z03760682G96A69XLHYRC_timovink.me_A]
module.domain_redirects["timovink.dev"].aws_route53_record.this["timovink.ca"]: Refreshing state... [id=Z08658091IB2VPYFZRTIS_timovink.ca_A]
module.local_certificate["jackievink.com"].aws_acm_certificate.this: Drift detected (update)
module.local_certificate["jackievink.com"].aws_acm_certificate_validation.this: Drift detected (delete)
module.vpc.aws_internet_gateway.this: Drift detected (update)
module.vpc.aws_subnet.public_a: Drift detected (update)
module.vpc.aws_route_table.public: Drift detected (update)
module.vpc.aws_subnet.public_b: Drift detected (update)
module.vpc.aws_subnet.public_c: Drift detected (update)
module.vpc.aws_vpc.this: Drift detected (update)
module.local_certificate["timovink.me"].aws_acm_certificate.this: Drift detected (update)
module.local_certificate["timovink.me"].aws_acm_certificate_validation.this: Drift detected (delete)
module.local_certificate["timovink.dev"].aws_acm_certificate_validation.this: Drift detected (delete)
module.local_certificate["timovink.dev"].aws_acm_certificate.this: Drift detected (update)
module.local_certificate["timovink.app"].aws_acm_certificate.this: Drift detected (update)
module.local_certificate["timovink.app"].aws_acm_certificate_validation.this: Drift detected (delete)
module.global_certificate["jackievink.com"].aws_acm_certificate.this: Drift detected (update)
module.local_certificate["timovink.com"].aws_acm_certificate.this: Drift detected (update)
module.local_certificate["timovink.com"].aws_acm_certificate_validation.this: Drift detected (delete)
module.local_certificate["timovink.ca"].aws_acm_certificate.this: Drift detected (update)
module.local_certificate["timovink.ca"].aws_acm_certificate_validation.this: Drift detected (delete)
module.local_certificate["jackievink.ca"].aws_acm_certificate.this: Drift detected (update)
module.local_certificate["jackievink.ca"].aws_acm_certificate_validation.this: Drift detected (delete)

Note: Objects have changed outside of Terraform

Terraform detected the following changes made outside of Terraform since the
last "terraform apply" which may have affected this plan:

  # module.local_certificate["jackievink.ca"].aws_acm_certificate_validation.this has been deleted
  - resource "aws_acm_certificate_validation" "this" {
      - certificate_arn         = "arn:aws:acm:us-west-2:920122847127:certificate/305d17f7-06bd-4225-ad9a-e87bdc55bb1c" -> null
        id                      = "2023-09-01 21:06:03.438 +0000 UTC"
        # (1 unchanged attribute hidden)
    }

  # module.local_certificate["jackievink.com"].aws_acm_certificate_validation.this has been deleted
  - resource "aws_acm_certificate_validation" "this" {
      - certificate_arn         = "arn:aws:acm:us-west-2:920122847127:certificate/5f674d32-d423-4d1d-be66-2e422a7d686b" -> null
        id                      = "2023-09-01 21:05:46.205 +0000 UTC"
        # (1 unchanged attribute hidden)
    }

  # module.local_certificate["timovink.app"].aws_acm_certificate_validation.this has been deleted
  - resource "aws_acm_certificate_validation" "this" {
      - certificate_arn         = "arn:aws:acm:us-west-2:920122847127:certificate/5f1891ea-f40c-4a9d-ab9e-348e1c3bd261" -> null
        id                      = "2023-09-01 21:05:40.307 +0000 UTC"
        # (1 unchanged attribute hidden)
    }

  # module.local_certificate["timovink.ca"].aws_acm_certificate_validation.this has been deleted
  - resource "aws_acm_certificate_validation" "this" {
      - certificate_arn         = "arn:aws:acm:us-west-2:920122847127:certificate/f2448255-1554-46f8-9986-db1dc7b961d3" -> null
        id                      = "2023-09-01 21:05:32.951 +0000 UTC"
        # (1 unchanged attribute hidden)
    }

  # module.local_certificate["timovink.com"].aws_acm_certificate_validation.this has been deleted
  - resource "aws_acm_certificate_validation" "this" {
      - certificate_arn         = "arn:aws:acm:us-west-2:920122847127:certificate/565cc509-937d-40c1-af1b-6bda6b20b0ba" -> null
        id                      = "2023-09-01 21:06:11.246 +0000 UTC"
        # (1 unchanged attribute hidden)
    }

  # module.local_certificate["timovink.dev"].aws_acm_certificate_validation.this has been deleted
  - resource "aws_acm_certificate_validation" "this" {
      - certificate_arn         = "arn:aws:acm:us-west-2:920122847127:certificate/d39882fd-6bbc-4a45-9b11-5c7641acdc78" -> null
        id                      = "2023-09-01 21:05:36.685 +0000 UTC"
        # (1 unchanged attribute hidden)
    }

  # module.local_certificate["timovink.me"].aws_acm_certificate_validation.this has been deleted
  - resource "aws_acm_certificate_validation" "this" {
      - certificate_arn         = "arn:aws:acm:us-west-2:920122847127:certificate/bb69bfd2-7436-4a06-8724-357dc2ac6a31" -> null
        id                      = "2023-09-01 21:05:34.801 +0000 UTC"
        # (1 unchanged attribute hidden)
    }


Unless you have made equivalent changes to your configuration, or ignored the
relevant attributes using ignore_changes, the following plan may include
actions to undo or respond to these changes.

─────────────────────────────────────────────────────────────────────────────

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # module.local_certificate["jackievink.ca"].aws_acm_certificate_validation.this will be created
  + resource "aws_acm_certificate_validation" "this" {
      + certificate_arn         = "arn:aws:acm:us-west-2:920122847127:certificate/305d17f7-06bd-4225-ad9a-e87bdc55bb1c"
      + id                      = (known after apply)
      + validation_record_fqdns = [
          + "_937652936d27f2d693c725eb2355f79f.jackievink.ca",
        ]
    }

  # module.local_certificate["jackievink.com"].aws_acm_certificate_validation.this will be created
  + resource "aws_acm_certificate_validation" "this" {
      + certificate_arn         = "arn:aws:acm:us-west-2:920122847127:certificate/5f674d32-d423-4d1d-be66-2e422a7d686b"
      + id                      = (known after apply)
      + validation_record_fqdns = [
          + "_456a894c8fe28e49ad6211de6dc5bc82.jackievink.com",
        ]
    }

  # module.local_certificate["timovink.app"].aws_acm_certificate_validation.this will be created
  + resource "aws_acm_certificate_validation" "this" {
      + certificate_arn         = "arn:aws:acm:us-west-2:920122847127:certificate/5f1891ea-f40c-4a9d-ab9e-348e1c3bd261"
      + id                      = (known after apply)
      + validation_record_fqdns = [
          + "_898a605fd844d2311876cf17ced2654a.timovink.app",
        ]
    }

  # module.local_certificate["timovink.ca"].aws_acm_certificate_validation.this will be created
  + resource "aws_acm_certificate_validation" "this" {
      + certificate_arn         = "arn:aws:acm:us-west-2:920122847127:certificate/f2448255-1554-46f8-9986-db1dc7b961d3"
      + id                      = (known after apply)
      + validation_record_fqdns = [
          + "_78aa3e24a54e517847b5c3573be744e9.timovink.ca",
        ]
    }

  # module.local_certificate["timovink.com"].aws_acm_certificate_validation.this will be created
  + resource "aws_acm_certificate_validation" "this" {
      + certificate_arn         = "arn:aws:acm:us-west-2:920122847127:certificate/565cc509-937d-40c1-af1b-6bda6b20b0ba"
      + id                      = (known after apply)
      + validation_record_fqdns = [
          + "_d792b113bb70820125d76b1d48a01fcb.timovink.com",
        ]
    }

  # module.local_certificate["timovink.dev"].aws_acm_certificate_validation.this will be created
  + resource "aws_acm_certificate_validation" "this" {
      + certificate_arn         = "arn:aws:acm:us-west-2:920122847127:certificate/d39882fd-6bbc-4a45-9b11-5c7641acdc78"
      + id                      = (known after apply)
      + validation_record_fqdns = [
          + "_aec79ae1e60595e5c546c99005405cb2.timovink.dev",
        ]
    }

  # module.local_certificate["timovink.me"].aws_acm_certificate_validation.this will be created
  + resource "aws_acm_certificate_validation" "this" {
      + certificate_arn         = "arn:aws:acm:us-west-2:920122847127:certificate/bb69bfd2-7436-4a06-8724-357dc2ac6a31"
      + id                      = (known after apply)
      + validation_record_fqdns = [
          + "_d981f155ba389684d19abaf617b78217.timovink.me",
        ]
    }

Plan: 7 to add, 0 to change, 0 to destroy.

------------------------------------------------------------------------

Cost Estimation:

Resources: 0 of 24 estimated
           $0.0/mo +$0.0

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

@TimoVink TimoVink merged commit cce39ab into main Dec 20, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/terraform/infra/hashicorp/aws-5.82.2 branch December 20, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant