mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-09-18 22: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
docs
|
@ -13,6 +13,15 @@ description: |-
|
|||
## Example Usage
|
||||
|
||||
```terraform
|
||||
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