azurenoops / terraform-azurerm-overlays-container-registry

Terraform module overlay to create an SCCA Compliant Azure Container Registry to use with Azure NoOps.
http://aka.ms/azurenoops
MIT License
0 stars 0 forks source link

ACR module will not deploy as part of NoOps AKS module #17

Closed wtomaz808 closed 9 months ago

wtomaz808 commented 9 months ago

Is there an existing issue for this?

Greenfield/Brownfield provisioning

greenfield

Terraform Version

1.64

Module Version

2.0.0

AzureRM Provider Version

3.82

Affected Resource(s)/Data Source(s)

renoops/overlays-container-registry/azurerm//examples/basic_container_registry_with_private_endpoint"

Terraform Configuration Files

module "overlays-container-registry_example_basic_container_registry_with_private_endpoint" {
  source  = "azurenoops/overlays-container-registry/azurerm//examples/basic_container_registry_with_private_endpoint"
  version = "2.0.0"
}

tfvars variables values

n/a

Debug Output/Panic Output

n/z

Expected Behaviour

create an ACR resource

Actual Behaviour

image

Steps to Reproduce

create a modules.kubernetes.acr.tf and add this code: module "overlays-container-registry_example_basic_container_registry_with_private_endpoint" { source = "azurenoops/overlays-container-registry/azurerm//examples/basic_container_registry_with_private_endpoint" version = "2.0.0" }

Important Factoids

this module works on the outside of AKS NoOps env

References

No response

wtomaz808 commented 9 months ago

changed the source from the default 👍 module "overlays-container-registry_example_basic_container_registry_with_private_endpoint" { source = "azurenoops/overlays-container-registry/azurerm//examples/basic_container_registry_with_private_endpoint" version = "2.0.0" }

to module "overlays-container-registry_example_basic_container_registry_with_private_endpoint" { source = "azurenoops/overlays-container-registry/azurerm" version = "2.0.0" }