mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-09-23 00:57:14 +00:00
chore: update README.md (#23)
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
This commit is contained in:
parent
c10305910f
commit
f4a54aa759
3 changed files with 32 additions and 0 deletions
examples/provider
|
@ -1 +1,11 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
envbuilder = {
|
||||
source = "coder/envbuilder"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// The provider currently requires no additional configuration.
|
||||
provider "envbuilder" {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue