Skip to content

Commit

Permalink
Updated the resource docs to show handle instead of name in environme…
Browse files Browse the repository at this point in the history
…nt.md (#128)
  • Loading branch information
mmourning-aptible authored Jan 10, 2025
1 parent 9fa43ba commit e489416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data "aptible_stack" "example" {
resource "aptible_environment" "example" {
stack_id = data.aptible_stack.example.stack_id
org_id = data.aptible_stack.example.org_id
name = "example-env"
handle = "example-env"
}
```

Expand All @@ -28,7 +28,7 @@ data "aptible_stack" "example" {
resource "aptible_environment" "example" {
stack_id = data.aptible_stack.example.stack_id
org_id = data.aptible_stack.example.org_id
name = "short-lived-env"
handle = "short-lived-env"
backup_retention_policy {
daily = 1
Expand Down

0 comments on commit e489416

Please sign in to comment.