terraform-ibm-modules / terraform-ibm-event-notifications

A module for creating IBM Cloud Event Notifications
Apache License 2.0
1 stars 2 forks source link

COS/KMS resources should not be provisioned when existing EN CRN is supplied #265

Closed in-1911 closed 4 hours ago

in-1911 commented 1 month ago

When the module is used with the existing Event Noitications instance CRN, the COS and KMS parameters should be ignored and the module should not try to provision the related resources (COS instances, buckets, S2S authorizations, KMS keys)

Currently it creates all of the above even though it cannot be connected to the existing EN instance.

Affected modules

*

Terraform CLI and Terraform provider versions

Terraform output

Debug output

Expected behavior

Actual behavior

Steps to reproduce (including links and screen captures)

  1. Run terraform apply

Anything else


By submitting this issue, you agree to follow our Code of Conduct

ocofaigh commented 4 hours ago

PR merged: https://github.com/terraform-ibm-modules/terraform-ibm-event-notifications/pull/267