Skip to content

[upgrade] Terraform Providers and Modules

Sean Smith requested to merge SeanSith/gitlab-terraform-eks:main into main

Attempting to fix 'validate' job via terraform init -upgrade

Upgraded terraform-aws-modules/eks/aws to 19.15.3

Upgraded the following providers:

  • registry.terraform.io/hashicorp/aws to 5.8.0
  • registry.terraform.io/hashicorp/cloudinit to 2.3.2
  • registry.terraform.io/hashicorp/helm to 2.10.1
  • registry.terraform.io/hashicorp/kubernetes to 2.22.0
  • registry.terraform.io/hashicorp/tls to 4.0.4

Automatically added provider "registry.terraform.io/hashicorp/time" (version 0.9.1) as a dependency

Addresses #14 See #17

Merge request reports