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

bug: dependency fix for vnet resource group #7

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Conversation

Blankf
Copy link
Collaborator

@Blankf Blankf commented Nov 8, 2024

noticed that my deploy fails due to not being able to deploy vnet in the resource group.
that was because the resource group did not existed yet.
the vnet was scoped on the variable and not on the resource resource_group

this fixes that

@Blankf Blankf added the bug Something isn't working label Nov 8, 2024
Copy link
Contributor

github-actions bot commented Nov 8, 2024

Terraform Format and Style 🖌success

Terraform Initialization ⚙️``

Terraform Lint 📖success

Terraform Validation 🤖success

Validation Output

Success! The configuration is valid.


@Blankf
Copy link
Collaborator Author

Blankf commented Nov 8, 2024

this fixes the resource group dependency

@Blankf Blankf merged commit 60b8c89 into main Nov 8, 2024
6 of 7 checks passed
@Blankf Blankf deleted the dependency_fix branch November 8, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants