Replies: 2 comments 3 replies
-
Can you share your configuration. First guess is that you set an invalid value for the landscape label in your configuration that was overwritten by the computed value which could cause this error. |
Beta Was this translation helpful? Give feedback.
-
Yes, for now, I’m using the approach you suggested. Surprisingly, in the earlier case, Terraform didn’t show any errors during terraform plan even without the "cf-" prefix. resource "btp_subaccount_environment_instance" "cloudfoundry" { |
Beta Was this translation helpful? Give feedback.
-
how to handle below error for landscape_label, below are the error from terraform.
Error: Provider produced inconsistent result after apply
When applying changes to module.global-bas-nonprod.btp_subaccount_environment_instance.cloudfoundry, provider "provider["registry.terraform.io/sap/btp"]" produced an unexpected new value: .landscape_label: was cty.StringVal("us30"), but now cty.StringVal("cf-us30").
This is a bug in the provider, which should be reported in the provider's own issue tracker.
Beta Was this translation helpful? Give feedback.
All reactions