feat: Update TLS provider and remove unnecessary cloud init version requirements (#1966)

This commit is contained in:
Bryant Biggs
2022-03-25 04:26:16 -04:00
committed by GitHub
parent 7aed57b173
commit 0269d38fca
7 changed files with 8 additions and 17 deletions

View File

@@ -6,9 +6,5 @@ terraform {
source = "hashicorp/aws"
version = ">= 3.72"
}
cloudinit = {
source = "hashicorp/cloudinit"
version = ">= 2.0"
}
}
}