From 9e7790e803a6622495eb3934a26c96b43758a1ba Mon Sep 17 00:00:00 2001 From: Balazs Czoma Date: Mon, 25 Mar 2024 16:47:07 -0400 Subject: [PATCH] Provider link fix --- README.md | 12 ++++++------ ci/module-test/providers.tf | 2 +- ci/template-test/providers.tf | 2 +- examples/adding-headers/README.md | 4 ++-- examples/adding-headers/providers.tf | 2 +- examples/basic/README.md | 4 ++-- examples/basic/providers.tf | 2 +- examples/using-substitution-expressions/README.md | 4 ++-- examples/using-substitution-expressions/providers.tf | 2 +- internal/gen-template/provider.tf | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index df9291b..8d6620f 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ Additional optional module variables names are the same as the underlying resour | Resource name | |---------------| -|[solacebroker_msg_vpn_rest_delivery_point](https://registry.terraform.io/providers/solaceproducts/solacebroker/latest/docs/resources/msg_vpn_rest_delivery_point#optional)| -|[solacebroker_msg_vpn_rest_delivery_point_rest_consumer](https://registry.terraform.io/providers/solaceproducts/solacebroker/latest/docs/resources/msg_vpn_rest_delivery_point_rest_consumer#optional)| -|[solacebroker_msg_vpn_rest_delivery_point_queue_binding](https://registry.terraform.io/providers/solaceproducts/solacebroker/latest/docs/resources/msg_vpn_rest_delivery_point_queue_binding#optional)| -|[solacebroker_msg_vpn_rest_delivery_point_queue_binding_request_header](https://registry.terraform.io/providers/solaceproducts/solacebroker/latest/docs/resources/msg_vpn_rest_delivery_point_queue_binding_request_header#optional)| -|[solacebroker_msg_vpn_rest_delivery_point_queue_binding_protected_request_header](https://registry.terraform.io/providers/solaceproducts/solacebroker/latest/docs/resources/msg_vpn_rest_delivery_point_queue_binding_protected_request_header#optional)| +|[solacebroker_msg_vpn_rest_delivery_point](https://registry.terraform.io/providers/solaceproducts/solacebrokerappliance/latest/docs/resources/msg_vpn_rest_delivery_point#optional)| +|[solacebroker_msg_vpn_rest_delivery_point_rest_consumer](https://registry.terraform.io/providers/solaceproducts/solacebrokerappliance/latest/docs/resources/msg_vpn_rest_delivery_point_rest_consumer#optional)| +|[solacebroker_msg_vpn_rest_delivery_point_queue_binding](https://registry.terraform.io/providers/solaceproducts/solacebrokerappliance/latest/docs/resources/msg_vpn_rest_delivery_point_queue_binding#optional)| +|[solacebroker_msg_vpn_rest_delivery_point_queue_binding_request_header](https://registry.terraform.io/providers/solaceproducts/solacebrokerappliance/latest/docs/resources/msg_vpn_rest_delivery_point_queue_binding_request_header#optional)| +|[solacebroker_msg_vpn_rest_delivery_point_queue_binding_protected_request_header](https://registry.terraform.io/providers/solaceproducts/solacebrokerappliance/latest/docs/resources/msg_vpn_rest_delivery_point_queue_binding_protected_request_header#optional)| Most optional variables' default value is `null`, meaning that if not provided then the resource default value will be provisioned on the broker. @@ -54,7 +54,7 @@ Note that the "rest consumer" and the "protected request headers" outputs are [s | Name | Version | |------|---------| -| [solacebroker](https://registry.terraform.io/providers/solaceproducts/solacebroker/latest) | ~> 0.9 | +| [solacebroker](https://registry.terraform.io/providers/solaceproducts/solacebrokerappliance/latest) | ~> 0.9 | ## Resources diff --git a/ci/module-test/providers.tf b/ci/module-test/providers.tf index c96b421..440c98f 100644 --- a/ci/module-test/providers.tf +++ b/ci/module-test/providers.tf @@ -3,7 +3,7 @@ terraform { required_providers { solacebroker = { - source = "registry.terraform.io/solaceproducts/solacebroker" + source = "registry.terraform.io/solaceproducts/solacebrokerappliance" version = "~> 0.9" } } diff --git a/ci/template-test/providers.tf b/ci/template-test/providers.tf index c96b421..440c98f 100644 --- a/ci/template-test/providers.tf +++ b/ci/template-test/providers.tf @@ -3,7 +3,7 @@ terraform { required_providers { solacebroker = { - source = "registry.terraform.io/solaceproducts/solacebroker" + source = "registry.terraform.io/solaceproducts/solacebrokerappliance" version = "~> 0.9" } } diff --git a/examples/adding-headers/README.md b/examples/adding-headers/README.md index 16312db..e791429 100644 --- a/examples/adding-headers/README.md +++ b/examples/adding-headers/README.md @@ -27,7 +27,7 @@ Important: The REST delivery point must have permission to consume messages from * `request_headers` - provided as a set of objects in the example. Also check the [using-substitution-expressions](/examples/using-substitution-expressions) example for additional samples. * `protected_request_headers` - provided as a set of objects in the example -Optional module input variables have the same name as the attributes of the underlying provider resource. If omitted then the default for the related resource attribute will be configured on the broker. For attributes and defaults, refer to the [documentation of "solacebroker_msg_vpn_rest_delivery_point_queue_binding"](https://registry.terraform.io/providers/solaceproducts/solacebroker/latest/docs/resources/msg_vpn_rest_delivery_point_queue_binding#optional). +Optional module input variables have the same name as the attributes of the underlying provider resource. If omitted then the default for the related resource attribute will be configured on the broker. For attributes and defaults, refer to the [documentation of "solacebroker_msg_vpn_rest_delivery_point_queue_binding"](https://registry.terraform.io/providers/solaceproducts/solacebrokerappliance/latest/docs/resources/msg_vpn_rest_delivery_point_queue_binding#optional). The module default for the `enabled` variable is true, which enables both the RDP and the REST consumer resources. @@ -65,7 +65,7 @@ cd examples/adding-headers ### Adjust Provider Configuration -Adjust the [provider parameters](https://registry.terraform.io/providers/solaceproducts/solacebroker/latest/docs#schema) in `main.tf` according to your broker. The example configuration shows settings for a local broker running in Docker. +Adjust the [provider parameters](https://registry.terraform.io/providers/solaceproducts/solacebrokerappliance/latest/docs#schema) in `main.tf` according to your broker. The example configuration shows settings for a local broker running in Docker. ### Create the resource diff --git a/examples/adding-headers/providers.tf b/examples/adding-headers/providers.tf index e24c436..322085a 100644 --- a/examples/adding-headers/providers.tf +++ b/examples/adding-headers/providers.tf @@ -17,7 +17,7 @@ terraform { required_providers { solacebroker = { - source = "registry.terraform.io/solaceproducts/solacebroker" + source = "registry.terraform.io/solaceproducts/solacebrokerappliance" version = "~> 0.9" } } diff --git a/examples/basic/README.md b/examples/basic/README.md index 4550d41..8f35521 100644 --- a/examples/basic/README.md +++ b/examples/basic/README.md @@ -15,7 +15,7 @@ Important: The REST delivery point must have permission to consume messages from ### Optional Inputs -Optional module input variables have the same name as the attributes of the underlying provider resource. If omitted then the default for the related resource attribute will be configured on the broker. For attributes and defaults, refer to the [documentation of "solacebroker_msg_vpn_rest_delivery_point_rest_consumer"](https://registry.terraform.io/providers/solaceproducts/solacebroker/latest/docs/resources/msg_vpn_rest_delivery_point_rest_consumer#optional). +Optional module input variables have the same name as the attributes of the underlying provider resource. If omitted then the default for the related resource attribute will be configured on the broker. For attributes and defaults, refer to the [documentation of "solacebroker_msg_vpn_rest_delivery_point_rest_consumer"](https://registry.terraform.io/providers/solaceproducts/solacebrokerappliance/latest/docs/resources/msg_vpn_rest_delivery_point_rest_consumer#optional). The module default for the `enabled` variable is true, which enables both the RDP and the REST consumer resources. @@ -50,7 +50,7 @@ cd examples/basic ### Adjust Provider Configuration -Adjust the [provider parameters](https://registry.terraform.io/providers/solaceproducts/solacebroker/latest/docs#schema) in `main.tf` according to your broker. The example configuration shows settings for a local broker running in Docker. +Adjust the [provider parameters](https://registry.terraform.io/providers/solaceproducts/solacebrokerappliance/latest/docs#schema) in `main.tf` according to your broker. The example configuration shows settings for a local broker running in Docker. ### Create the resource diff --git a/examples/basic/providers.tf b/examples/basic/providers.tf index e24c436..322085a 100644 --- a/examples/basic/providers.tf +++ b/examples/basic/providers.tf @@ -17,7 +17,7 @@ terraform { required_providers { solacebroker = { - source = "registry.terraform.io/solaceproducts/solacebroker" + source = "registry.terraform.io/solaceproducts/solacebrokerappliance" version = "~> 0.9" } } diff --git a/examples/using-substitution-expressions/README.md b/examples/using-substitution-expressions/README.md index 9dd3521..6eb1cb0 100644 --- a/examples/using-substitution-expressions/README.md +++ b/examples/using-substitution-expressions/README.md @@ -27,7 +27,7 @@ Important: The REST delivery point must have permission to consume messages from Note that substitution expressions are not supported for `protected_request_headers`. -Optional module input variables have the same name as the attributes of the underlying provider resource. If omitted then the default for the related resource attribute will be configured on the broker. For attributes and defaults, refer to the [documentation of "solacebroker_msg_vpn_rest_delivery_point_rest_consumer"](https://registry.terraform.io/providers/solaceproducts/solacebroker/latest/docs/resources/msg_vpn_rest_delivery_point_rest_consumer#optional). +Optional module input variables have the same name as the attributes of the underlying provider resource. If omitted then the default for the related resource attribute will be configured on the broker. For attributes and defaults, refer to the [documentation of "solacebroker_msg_vpn_rest_delivery_point_rest_consumer"](https://registry.terraform.io/providers/solaceproducts/solacebrokerappliance/latest/docs/resources/msg_vpn_rest_delivery_point_rest_consumer#optional). The module default for the `enabled` variable is true, which enables both the RDP and the REST consumer resources. @@ -63,7 +63,7 @@ cd examples/using-substitution-expressions ### Adjust Provider Configuration -Adjust the [provider parameters](https://registry.terraform.io/providers/solaceproducts/solacebroker/latest/docs#schema) in `main.tf` according to your broker. The example configuration shows settings for a local broker running in Docker. +Adjust the [provider parameters](https://registry.terraform.io/providers/solaceproducts/solacebrokerappliance/latest/docs#schema) in `main.tf` according to your broker. The example configuration shows settings for a local broker running in Docker. ### Create the resource diff --git a/examples/using-substitution-expressions/providers.tf b/examples/using-substitution-expressions/providers.tf index e24c436..322085a 100644 --- a/examples/using-substitution-expressions/providers.tf +++ b/examples/using-substitution-expressions/providers.tf @@ -17,7 +17,7 @@ terraform { required_providers { solacebroker = { - source = "registry.terraform.io/solaceproducts/solacebroker" + source = "registry.terraform.io/solaceproducts/solacebrokerappliance" version = "~> 0.9" } } diff --git a/internal/gen-template/provider.tf b/internal/gen-template/provider.tf index 060f7e6..f4433a0 100644 --- a/internal/gen-template/provider.tf +++ b/internal/gen-template/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { solacebroker = { - source = "registry.terraform.io/solaceproducts/solacebroker" + source = "registry.terraform.io/solaceproducts/solacebrokerappliance" version = "~> 0.9" } }