1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

fix: update CI/CD process to enable auto-release workflow (#1698)

This commit is contained in:
Bryant Biggs
2021-11-22 11:15:50 -05:00
committed by GitHub
parent 56e93d77de
commit b876ff9513
37 changed files with 355 additions and 1024 deletions
+8 -2
View File
@@ -2,7 +2,13 @@ terraform {
required_version = ">= 0.13.1"
required_providers {
aws = ">= 3.56.0"
cloudinit = ">= 2.0"
aws = {
source = "hashicorp/aws"
version = ">= 3.56"
}
cloudinit = {
source = "hashicorp/cloudinit"
version = ">= 2.0"
}
}
}