chore: update README.md ()

Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
This commit is contained in:
Cian Johnston 2024-08-09 11:02:20 +01:00 committed by GitHub
commit f4a54aa759
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 32 additions and 0 deletions

View file

@ -13,6 +13,15 @@ description: |-
## Example Usage
```terraform
terraform {
required_providers {
envbuilder = {
source = "coder/envbuilder"
}
}
}
// The provider currently requires no additional configuration.
provider "envbuilder" {}
```