SolaceProducts / terraform-provider-solacebroker

Terraform provider for the Solace PubSub+ Event Broker (software)
Apache License 2.0
3 stars 1 forks source link

terraform apply gives broker check failed #64

Closed oeresundsgruppen closed 4 months ago

oeresundsgruppen commented 4 months ago

solacebroker_msg_vpn.test: Creating... ╷ │ Error: Broker check failed │ │ with solacebroker_msg_vpn.test, │ on sampleconfig.tf line 17, in resource "solacebroker_msg_vpn" "test": │ 17: resource "solacebroker_msg_vpn" "test" { │ │ broker platform "Software Event Broker" does not match provider supported platform: Appliance

oeresundsgruppen commented 4 months ago

ok, had to set set SOLACEBROKER_SKIP_API_CHECK=true,,,,

bczoma commented 4 months ago

Hi @oeresundsgruppen, it seems you are forcing the appliance provider to work with the software broker. If that is what you want then SOLACEBROKER_SKIP_API_CHECK=true will make it work but you may run into unexpected issues. It is rather recommended to use the software broker provider.

I'm going to close this issue.