Skip to content

Commit

Permalink
Example update to remove non-existed attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Aug 8, 2024
1 parent 5d5ea42 commit 83a751b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/usecases/azure/route_table/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ locals {
status_locator = "body.status"
status = {
success = "Succeeded"
failure = "Failed"
pending = ["Pending"]
}
url_locator = "header.azure-asyncoperation"
Expand Down
1 change: 0 additions & 1 deletion examples/usecases/azure/virtual_network/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ locals {
status_locator = "body.status"
status = {
success = "Succeeded"
failure = "Failed"
pending = ["Pending"]
}
url_locator = "header.azure-asyncoperation"
Expand Down

0 comments on commit 83a751b

Please sign in to comment.