Created
May 21, 2021 09:18
-
-
Save Bobbicus/c83608ff180b77fab1a3f12ba4b34370 to your computer and use it in GitHub Desktop.
terraform_lifecycle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lifecycle { | |
ignore_changes = [frontend_port,backend_address_pool,backend_http_settings,http_listener,request_routing_rule,probe,tags] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment