Conall Ó Cofaigh
Conall Ó Cofaigh
Due to the way the Event Streams service handles de-registration of an instance from a KMS root key, it make it impossible to manage the KMS key and the Event...
The [activity_tracking](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/cos_bucket#activity_tracking) option for `ibm_cos_bucket` has the following nested schema: ``` activity_tracking { read_data_events = true write_data_events = true activity_tracker_crn = ibm_resource_instance.activity_tracker.id } ``` However it would seem that this...
1. Deploy VPC cluster with [disable_outbound_traffic_protection](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/container_vpc_cluster#disable_outbound_traffic_protection) set to false 2. Change the value of [disable_outbound_traffic_protection](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/container_vpc_cluster#disable_outbound_traffic_protection) to true and run terraform plan 3. The plan does not contain any changes to...
When trying to execute the module https://github.com/terraform-ibm-modules/terraform-ibm-iam-account-settings/blob/main/main.tf we saw the provider crash.... ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue...
A common use case is to provision resource group + OCP VPC cluster as part of the same terraform script. When you provision an OCP VPC cluster, it automatically provisions...
When running an apply in schematics on the code [here](https://github.com/terraform-ibm-modules/terraform-ibm-icd-redis/tree/main/solutions/standard), it failed with this: ``` 2024/08/29 10:19:59 Terraform apply | Error: Provider produced inconsistent result after apply 2024/08/29 10:19:59 Terraform...
We intermittently see an issue where transit gateway creation fails with `Error: A gateway with the same name already exists.` However, we are using a random prefix so this should...
Changing the value of `operating_system` on existing cluster that was created using `ibm_container_vpc_cluster ` does not trigger a destroy and create of the cluster. This is not consistent with the...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
When Cloud Logs instance provisioning fails, it returns a generic message like this: ``` 2024/10/14 14:57:23 Terraform apply | --- 2024/10/14 14:57:23 Terraform apply | id: terraform-446cc00a 2024/10/14 14:57:23 Terraform...