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 41ace5d commit a330461Copy full SHA for a330461
modules/firefly_azure_integration/main.tf
@@ -1,5 +1,5 @@
1
data "http" "firefly_azure_integration_request" {
2
- url = "${var.firefly_endpoint}/integrations/azure/"
+ url = "${var.firefly_endpoint}/integrations/azure?onConflictUpdate=true"
3
method = "POST"
4
request_headers = {
5
Content-Type = "application/json"
modules/single_integration/modules/firefly_azure_integration/main.tf
0 commit comments