Closed dmattia closed 3 years ago
Done 😄
@joe-niland
/test all
/rebuild-readme
/test all
Updated the source type 👍
/test all
@dmattia thanks! Please fix one more issue :) (sorry for this, we just updating all modules and all tests to the latest standards).
To fix this error
not ok - check if terraform providers have explicit source locations for TF =>0.13
please update all the providers (in the module and in the examples/complete
test) to use this format
terraform {
required_version = ">= 0.12.0"
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.0"
}
template = {
source = "hashicorp/template"
version = ">= 2.0"
}
local = {
source = "hashicorp/local"
version = ">= 1.3"
}
}
}
perfect, just updated @aknysh
/test all
/test all
/rebuild-readme
/test all
/test all
/terraform-fmt
/test all
@dmattia could you please update the context.tf file in the examples directory too?