Closed okgolove closed 4 years ago
/test all
/test all
Note that while the Terratests have passed, you get a warning which is kinda nasty:
Warning: Provider source not supported in Terraform v0.12
on ../../versions.tf line 4, in terraform:
4: aws = {
5: source = "hashicorp/aws"
6: version = ">= 2.0"
7: }
A source was declared for provider aws. Terraform v0.12 does not support the
provider source attribute. It will be ignored.
(and 3 more similar warnings elsewhere)
/rebuild-readme
Blergh, sorry didn't see this originally. Merged #20 already
what
why