aiven / terraform-provider-aiven

Aiven Terraform Provider
https://registry.terraform.io/providers/aiven/aiven/latest/docs
MIT License
126 stars 69 forks source link

fix: termination_protection diff `true -> null` #1598

Closed byashimov closed 6 months ago

byashimov commented 6 months ago

About this change—what it does

When termination_protection = true is removed the diff shows true -> null, and sends zero-value, which is false service.go. This PR outputs true -> false transition, because explicit is better than implicit.

byashimov commented 6 months ago

Tests.

Serpentiel commented 6 months ago

Discovered in #1596