terraform-provider-azurerm icon indicating copy to clipboard operation
terraform-provider-azurerm copied to clipboard

Version 4 - errors with docker registry settings in `app_settings`

Open somesylvie opened this issue 6 months ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Community Note

  • Please vote on this issue by adding a :thumbsup: reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave comments along the lines of "+1", "me too" or "any updates", 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 and review the contribution guide to help.

Terraform Version

1.94

AzureRM Provider Version

4.0.1

Affected Resource(s)/Data Source(s)

azurerm_linux_web_app

Terraform Configuration Files

https://github.com/CDCgov/reportstream-sftp-ingestion/blob/b0e739e7e1a1a2d8b4582f5e5fa6d9564d4fdff9/operations/template/app.tf#L82
https://github.com/CDCgov/reportstream-sftp-ingestion/pull/133/files

Debug Output/Panic Output

Error: cannot set a value for DOCKER_REGISTRY_SERVER_PASSWORD in app_settings
Error: cannot set a value for DOCKER_REGISTRY_SERVER_URL in app_settings
Error: cannot set a value for DOCKER_REGISTRY_SERVER_USERNAME in app_settings

https://github.com/CDCgov/reportstream-sftp-ingestion/actions/runs/10534064189/job/29315667211

Expected Behaviour

This should not be an error - these settings are still in the Azure documentation and there's no mention in the release notes of moving or removing them

Actual Behaviour

Terraform does not apply

Steps to Reproduce

terraform apply (run via a Github Action)

Important Factoids

No response

References

No response

somesylvie avatar Aug 27 '24 15:08 somesylvie