terraform-provider-envbuilder/examples/provider/provider.tf
Cian Johnston f4a54aa759
chore: update README.md ()
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
2024-08-09 11:02:20 +01:00

11 lines
191 B
HCL

terraform {
required_providers {
envbuilder = {
source = "coder/envbuilder"
}
}
}
// The provider currently requires no additional configuration.
provider "envbuilder" {}