Skip to content

Commit

Permalink
pat: remove ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuaib Bapputty committed Dec 7, 2023
1 parent 1b6c30e commit b572e56
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
34 changes: 17 additions & 17 deletions examples/ibm-mqcloud/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand All @@ -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."
Expand Down Expand Up @@ -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."
Expand All @@ -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" {
Expand All @@ -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" {
Expand All @@ -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" {
Expand All @@ -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" {
Expand All @@ -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."
Expand All @@ -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."
Expand Down
4 changes: 2 additions & 2 deletions website/docs/d/mqcloud_queue_manager_status.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/mqcloud_application.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/mqcloud_keystore_certificate.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/mqcloud_queue_manager.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/mqcloud_truststore_certificate.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/mqcloud_user.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Create, update, and delete mqcloud_users with this resource.
resource "ibm_mqcloud_user" "mqcloud_user_instance" {
email = "[email protected]"
name = "t0scie98o57a"
service_instance_guid = "a2b4d4bc-dadb-4637-bcec-9b7d1e723af8"
service_instance_guid = var.service_instance_guid
}
```

Expand Down

0 comments on commit b572e56

Please sign in to comment.