Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Oct 25, 2024
1 parent 95c2fa2 commit ac18286
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/resources/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ resource "humanitec_application" "example" {
id = "example"
name = "An example app"
}
resource "humanitec_application" "example" {
id = "example"
name = "An example app with default development environment overriden"
env = {
id = "dev"
name = "Dev"
type = "development"
}
}
```

<!-- schema generated by tfplugindocs -->
Expand Down

0 comments on commit ac18286

Please sign in to comment.