Skip to content

Commit

Permalink
Merge pull request #1026 from g-greatdevaks/apigee-payg-env-node-conf…
Browse files Browse the repository at this point in the history
…-lifecycle

add lifecycle ignore_changes for apigee PAYG  node config `current_aggregate_node_count`
  • Loading branch information
g-greatdevaks authored Dec 1, 2022
2 parents 89787a4 + a40cf4f commit 477a1bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/apigee/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ resource "google_apigee_environment" "environments" {
}
}
org_id = local.org_id
lifecycle {
ignore_changes = [
node_config["current_aggregate_node_count"]
]
}
}

resource "google_apigee_envgroup_attachment" "envgroup_attachments" {
Expand Down

0 comments on commit 477a1bb

Please sign in to comment.