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

[AVM Module Issue]: Can we loosen the version constraint for the azurerm provider to use its newer version? #11

Closed
1 task done
polikeiji opened this issue Oct 4, 2024 · 2 comments · Fixed by #15
Closed
1 task done
Assignees
Labels
Language: Terraform 🌐 This is related to the Terraform IaC language Type: Feature Request ➕ New feature or request

Comments

@polikeiji
Copy link

Check for previous/existing GitHub issues

  • I have checked for previous/existing GitHub issues

Issue Type?

Feature Request

(Optional) Module Version

No response

(Optional) Correlation Id

No response

Description

I'm trying to use this module to host pipeline agents inside my own VNET, and I'd like to manage VNET and its subnets also via Terraform.

The issue with the current version constraint for azurerm is that the old versions of azurerm including 3.71 don't support Microsoft.DevOpsInfrastructure as the name for delegating a subnet. It seems to be supported from 4.1.0.
hashicorp/terraform-provider-azurerm#27259

I'm currently trying to use this module with newer version azurerm by changing the version specification from ~= 3.71 to >= 3.71. I'll share if it works in comments.

@polikeiji polikeiji added Language: Terraform 🌐 This is related to the Terraform IaC language Needs: Triage 🔍 Maintainers need to triage still labels Oct 4, 2024
@jaredfholgate
Copy link
Member

I'll take a look and see if we can support v3 and v4 for this module.

@jaredfholgate jaredfholgate self-assigned this Oct 11, 2024
@jaredfholgate jaredfholgate removed the Needs: Triage 🔍 Maintainers need to triage still label Oct 11, 2024
@jaredfholgate
Copy link
Member

Released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Language: Terraform 🌐 This is related to the Terraform IaC language Type: Feature Request ➕ New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants