diff --git a/examples/ibm-mqcloud/variables.tf b/examples/ibm-mqcloud/variables.tf index c58335955b..dba4d0fff0 100644 --- a/examples/ibm-mqcloud/variables.tf +++ b/examples/ibm-mqcloud/variables.tf @@ -7,7 +7,7 @@ variable "ibmcloud_api_key" { variable "mqcloud_queue_manager_service_instance_guid" { description = "The GUID that uniquely identifies the MQ on Cloud service instance." type = string - default = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + default = "Service Instance ID" } variable "mqcloud_queue_manager_name" { description = "A queue manager name conforming to MQ restrictions." @@ -39,7 +39,7 @@ variable "mqcloud_queue_manager_version" { variable "mqcloud_application_service_instance_guid" { description = "The GUID that uniquely identifies the MQ on Cloud service instance." type = string - default = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + default = "Service Instance ID" } variable "mqcloud_application_name" { description = "The name of the application - conforming to MQ rules." @@ -51,14 +51,14 @@ variable "mqcloud_application_name" { variable "mqcloud_user_service_instance_guid" { description = "The GUID that uniquely identifies the MQ on Cloud service instance." type = string - default = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + default = "Service Instance ID" } // Data source arguments for mqcloud_application variable "mqcloud_application_service_instance_guid" { description = "The GUID that uniquely identifies the MQ on Cloud service instance." type = string - default = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + default = "Service Instance ID" } variable "mqcloud_user_name" { description = "The shortname of the user that will be used as the IBM MQ administrator in interactions with a queue manager for this service instance." @@ -86,12 +86,12 @@ variable "mqcloud_user_email" { variable "mqcloud_keystore_certificate_service_instance_guid" { description = "The GUID that uniquely identifies the MQ on Cloud service instance." type = string - default = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + default = "Service Instance ID" } variable "mqcloud_keystore_certificate_queue_manager_id" { description = "The id of the queue manager to retrieve its full details." type = string - default = "b8e1aeda078009cf3db74e90d5d42328" + default = "Queue Manager ID" } variable "mqcloud_keystore_certificate_label" { description = "Certificate label in queue manager store." @@ -103,12 +103,12 @@ variable "mqcloud_keystore_certificate_label" { variable "mqcloud_truststore_certificate_service_instance_guid" { description = "The GUID that uniquely identifies the MQ on Cloud service instance." type = string - default = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + default = "Service Instance ID" } variable "mqcloud_truststore_certificate_queue_manager_id" { description = "The id of the queue manager to retrieve its full details." type = string - default = "b8e1aeda078009cf3db74e90d5d42328" + default = "Queue Manager ID" } variable "mqcloud_truststore_certificate_label" { @@ -121,7 +121,7 @@ variable "mqcloud_truststore_certificate_label" { variable "mqcloud_queue_manager_service_instance_guid" { description = "The GUID that uniquely identifies the MQ on Cloud service instance." type = string - default = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + default = "Service Instance ID" } variable "mqcloud_queue_manager_name" { @@ -134,19 +134,19 @@ variable "mqcloud_queue_manager_name" { variable "mqcloud_queue_manager_status_service_instance_guid" { description = "The GUID that uniquely identifies the MQ on Cloud service instance." type = string - default = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + default = "Service Instance ID" } variable "mqcloud_queue_manager_status_queue_manager_id" { description = "The id of the queue manager to retrieve its full details." type = string - default = "b8e1aeda078009cf3db74e90d5d42328" + default = "Queue Manager ID" } // Data source arguments for mqcloud_application variable "mqcloud_application_service_instance_guid" { description = "The GUID that uniquely identifies the MQ on Cloud service instance." type = string - default = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + default = "Service Instance ID" } variable "mqcloud_application_name" { @@ -159,7 +159,7 @@ variable "mqcloud_application_name" { variable "mqcloud_user_service_instance_guid" { description = "The GUID that uniquely identifies the MQ on Cloud service instance." type = string - default = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + default = "Service Instance ID" } variable "mqcloud_user_name" { @@ -172,12 +172,12 @@ variable "mqcloud_user_name" { variable "mqcloud_truststore_certificate_service_instance_guid" { description = "The GUID that uniquely identifies the MQ on Cloud service instance." type = string - default = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + default = "Service Instance ID" } variable "mqcloud_truststore_certificate_queue_manager_id" { description = "The id of the queue manager to retrieve its full details." type = string - default = "b8e1aeda078009cf3db74e90d5d42328" + default = "Queue Manager ID" } variable "mqcloud_truststore_certificate_label" { description = "Certificate label in queue manager store." @@ -189,12 +189,12 @@ variable "mqcloud_truststore_certificate_label" { variable "mqcloud_keystore_certificate_service_instance_guid" { description = "The GUID that uniquely identifies the MQ on Cloud service instance." type = string - default = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + default = "Service Instance ID" } variable "mqcloud_keystore_certificate_queue_manager_id" { description = "The id of the queue manager to retrieve its full details." type = string - default = "b8e1aeda078009cf3db74e90d5d42328" + default = "Queue Manager ID" } variable "mqcloud_keystore_certificate_label" { description = "Certificate label in queue manager store." diff --git a/website/docs/d/mqcloud_queue_manager_status.html.markdown b/website/docs/d/mqcloud_queue_manager_status.html.markdown index 2396caf445..342ac508c9 100644 --- a/website/docs/d/mqcloud_queue_manager_status.html.markdown +++ b/website/docs/d/mqcloud_queue_manager_status.html.markdown @@ -14,8 +14,8 @@ Provides a read-only data source to retrieve information about mqcloud_queue_man ```hcl data "ibm_mqcloud_queue_manager_status" "mqcloud_queue_manager_status" { - queue_manager_id = "b8e1aeda078009cf3db74e90d5d42328" - service_instance_guid = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + queue_manager_id = var.queue_manager_id + service_instance_guid = var.service_instance_guid } ``` diff --git a/website/docs/r/mqcloud_application.html.markdown b/website/docs/r/mqcloud_application.html.markdown index 20ae93cbf0..a244325ade 100644 --- a/website/docs/r/mqcloud_application.html.markdown +++ b/website/docs/r/mqcloud_application.html.markdown @@ -15,7 +15,7 @@ Create, update, and delete mqcloud_applications with this resource. ```hcl resource "ibm_mqcloud_application" "mqcloud_application_instance" { name = "test-app" - service_instance_guid = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + service_instance_guid = var.service_instance_guid } ``` diff --git a/website/docs/r/mqcloud_keystore_certificate.html.markdown b/website/docs/r/mqcloud_keystore_certificate.html.markdown index 6fb3f1d4a4..e3b1a0108c 100644 --- a/website/docs/r/mqcloud_keystore_certificate.html.markdown +++ b/website/docs/r/mqcloud_keystore_certificate.html.markdown @@ -15,8 +15,8 @@ Create, update, and delete mqcloud_keystore_certificates with this resource. ```hcl resource "ibm_mqcloud_keystore_certificate" "mqcloud_keystore_certificate_instance" { label = "label" - queue_manager_id = "b8e1aeda078009cf3db74e90d5d42328" - service_instance_guid = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + queue_manager_id = var.queue_manager_id + service_instance_guid = var.service_instance_guid } ``` diff --git a/website/docs/r/mqcloud_queue_manager.html.markdown b/website/docs/r/mqcloud_queue_manager.html.markdown index 56fde29fb2..b26b62631e 100644 --- a/website/docs/r/mqcloud_queue_manager.html.markdown +++ b/website/docs/r/mqcloud_queue_manager.html.markdown @@ -17,7 +17,7 @@ resource "ibm_mqcloud_queue_manager" "mqcloud_queue_manager_instance" { display_name = "A test queue manager" location = "reserved-eu-fr-cluster-f884" name = "testqm" - service_instance_guid = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + service_instance_guid = var.service_instance_guid size = "lite" version = "9.3.2_2" } diff --git a/website/docs/r/mqcloud_truststore_certificate.html.markdown b/website/docs/r/mqcloud_truststore_certificate.html.markdown index 046574913e..ebc00ef103 100644 --- a/website/docs/r/mqcloud_truststore_certificate.html.markdown +++ b/website/docs/r/mqcloud_truststore_certificate.html.markdown @@ -15,8 +15,8 @@ Create, update, and delete mqcloud_truststore_certificates with this resource. ```hcl resource "ibm_mqcloud_truststore_certificate" "mqcloud_truststore_certificate_instance" { label = "label" - queue_manager_id = "b8e1aeda078009cf3db74e90d5d42328" - service_instance_guid = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + queue_manager_id = var.queue_manager_id + service_instance_guid = var.service_instance_guid } ``` diff --git a/website/docs/r/mqcloud_user.html.markdown b/website/docs/r/mqcloud_user.html.markdown index fa84bf7dbe..6d12da2ab7 100644 --- a/website/docs/r/mqcloud_user.html.markdown +++ b/website/docs/r/mqcloud_user.html.markdown @@ -16,7 +16,7 @@ Create, update, and delete mqcloud_users with this resource. resource "ibm_mqcloud_user" "mqcloud_user_instance" { email = "user@example.com" name = "t0scie98o57a" - service_instance_guid = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8" + service_instance_guid = var.service_instance_guid } ```