Skip to content

Commit

Permalink
Add example with app's env
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Oct 25, 2024
1 parent 54dca55 commit 95c2fa2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/resources/humanitec_application/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@ 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"
}
}

0 comments on commit 95c2fa2

Please sign in to comment.