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]: Duplicate object key in the map output by Terraform for examples sql #58

Closed
faynef opened this issue Oct 11, 2024 · 2 comments · Fixed by #60
Closed
Assignees
Labels
Needs: Triage 🔍 Maintainers need to triage still

Comments

@faynef
Copy link

faynef commented Oct 11, 2024

Describe the issue:
When trying to apply the sql examples module, get the following error:
Image

Repro Steps:

  1. Run command azd auth login.
  2. Run command az login.
  3. Run command azd init -t todo-python-mongo-terraform.
  4. Replace the content of infra/main.tf with the following code:
module "avm-res-documentdb-databaseaccount_example_sql" {
  source  = "Azure/avm-res-documentdb-databaseaccount/azurerm//examples/sql"
  version = "0.3.0"
}
  1. Annotate the contents of the infra/output.tf file.
  2. Run command azd provision.

Expected behavior:
Run command azd provision without any errors.

@bryansan-msft and @jongio for notification.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: Triage 🔍 Maintainers need to triage still label Oct 11, 2024

Important

The "Needs: Triage 🔍" label must be removed once the triage process is complete!

Note

This label was added as per ITA06.

@bryansan-msft
Copy link
Contributor

@faynef I just merged a release fixing the outputs. Unfortunately, I had to merge some outputs to avoid name conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Triage 🔍 Maintainers need to triage still
Projects
None yet
2 participants