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

Fix depends_on when using secrets and config_maps #113

Open
Ak-sky opened this issue Oct 11, 2024 · 1 comment
Open

Fix depends_on when using secrets and config_maps #113

Ak-sky opened this issue Oct 11, 2024 · 1 comment
Assignees

Comments

@Ak-sky
Copy link
Member

Ak-sky commented Oct 11, 2024

Below depends_on preventing a CE app to deploy as the app is waiting on the secret to be added as an environment variable.

depends_on = [module.app, module.job]

@argeiger
Copy link

argeiger commented Jan 8, 2025

Hit this same scenario with a build. The build shows the secret mapped but unusable and builds will fail. Need to add this dependency to build

argeiger added a commit to argeiger/terraform-ibm-code-engine that referenced this issue Jan 8, 2025
argeiger added a commit to argeiger/terraform-ibm-code-engine that referenced this issue Jan 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

3 participants