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(aks): add dependencies to fix reading of storage account #68

Merged
merged 2 commits into from
Jan 22, 2024

Conversation

lentidas
Copy link
Contributor

Description of the changes

Terraform is capable of deducting the Storage Account name and Resource Group name right away although the resources have yet been created. This means that the data resources on the main.tf try to reach resources which do not yet exist and this breaks the first deployment. I've added a null_resource to avoid this breakage.

Breaking change

  • No

Tests executed on which distribution(s)

  • AKS (Azure)

@lentidas lentidas requested a review from a team as a code owner January 22, 2024 11:11
@lentidas lentidas self-assigned this Jan 22, 2024
@lentidas lentidas merged commit 128b0b8 into main Jan 22, 2024
@lentidas lentidas deleted the fix/dependencies_storage_account branch January 22, 2024 15:01
@github-actions github-actions bot mentioned this pull request Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants