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

Product Description Mandatory Field in azurerm_api_management_product #13856

Open
Kavyeshs41 opened this issue Oct 22, 2021 · 1 comment
Open

Comments

@Kavyeshs41
Copy link

Kavyeshs41 commented Oct 22, 2021

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform (and AzureRM Provider) Version

terraform version
Terraform v1.0.8
on linux_amd64

  • provider registry.terraform.io/hashicorp/azurerm v2.54.0

Affected Resource(s)

  • azurerm_api_management_product

Terraform Configuration Files

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp
resource "azurerm_api_management_product" "product" {
  for_each              = toset(local.product_list)
  product_id            = each.key
  resource_group_name   = var.resource_group_name
  api_management_name   = azurerm_api_management.apim.name
  display_name          = each.key
  subscription_required = true
  approval_required     = false
  published             = true
  subscriptions_limit   = 100
}

Debug Output

Panic Output

Expected Behaviour

Terraform should force users to enter product description

Actual Behaviour

Terraform allows users to create product without description

Steps to Reproduce

  1. terraform apply

Important Factoids

References

  • #0000
    msedge_av5OlGx1Qo
@Victorp99
Copy link
Contributor

Hello! I would like to work on this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants