Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[terraform-ibm-code-engine] Update DAs to only support using existing resource group #166

Open
ocofaigh opened this issue Mar 3, 2025 · 0 comments

Comments

@ocofaigh
Copy link
Member

ocofaigh commented Mar 3, 2025

  • As per our most recent discussions, we should no longer support creating a resource group in the DA, but instead we should require an existing resource group name (using input existing_resource_group_name).
    • Change is applicable for both the project and apps variations
    • We can still use our terraform-ibm-resource-group module in the code to return the resource group ID.
    • We should use the catalog resource group picker in the ibm_catalog.json for this input:
        {
            "key": "existing_resource_group_name",
            "custom_config": {
                "type": "resource_group",
                "grouping": "deployment",
                "original_grouping": "deployment",
                "config_constraints": {
                    "identifier": "rg_name"
                }
            }
        }
      

NOTE: This will be a breaking change and should require a major version update if the DA is already published in community

@ocofaigh ocofaigh changed the title [terraform-ibm-code-engine] Update DA to only support using existing resource group [terraform-ibm-code-engine] Update DAs to only support using existing resource group Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants