We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fc47f commit c59ee95Copy full SHA for c59ee95
internal/service/bds/bds_bds_instance_resource.go
@@ -1596,7 +1596,7 @@ func (s *BdsBdsInstanceResourceCrud) Update() error {
1596
isKafkaBrokerAdded = isKafkaBrokerAdded1
1597
}
1598
1599
- if _, ok := s.D.GetOkExists("bootstrap_script_url"); ok {
+ if _, ok := s.D.GetOkExists("bootstrap_script_url"); ok && s.D.HasChange("bootstrap_script_url") {
1600
err := s.ExecuteBootstrapScript()
1601
if err != nil {
1602
return err
0 commit comments