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-secrets-manager-secret-group] Update the basic example to use the secrets manager module #219

Open
ocofaigh opened this issue Nov 19, 2024 · 0 comments

Comments

@ocofaigh
Copy link
Member

Update the basic example to use the secrets manager module. Its currently using the provider directly:

resource "ibm_resource_instance" "secrets_manager" {
count = var.existing_sm_instance_guid == null ? 1 : 0
name = "${var.prefix}-sm-instance"
service = "secrets-manager"
plan = var.sm_service_plan
location = var.region
resource_group_id = module.resource_group.resource_group_id
tags = var.resource_tags
timeouts {
create = "20m" # Extending provisioning time to 20 minutes
}
}

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