PaloAltoNetworks / terraform-provider-panos

Terraform Panos provider
https://www.terraform.io/docs/providers/panos/
Mozilla Public License 2.0
87 stars 69 forks source link

Adding lifecycle meta-argument to examples #355

Closed cdot65 closed 1 year ago

cdot65 commented 1 year ago

Documentation link

Any documentation page with an example of a resource declared for this provider.

Describe the problem

This is a request for improvement to the documentation, where all examples of resources will need to be updated to include a instance of Terraform's lifecycle meta-argument.

Suggested fix

Append the following to each example of a resource

    lifecycle {
        create_before_destroy = true
    }
welcome-to-palo-alto-networks[bot] commented 1 year ago

:tada: Thanks for opening your first issue here! Welcome to the community!

shinmog commented 1 year ago

Fixed by #356