Azure / osdu-infrastructure

OSDU Azure Infrastructure as Code
Apache License 2.0
42 stars 39 forks source link

Destroying the R3 Service Resource Templates fails to complete successfully #71

Closed danielscholl closed 4 years ago

danielscholl commented 4 years ago

Currently the KV Secret Module has outputs being used that cause a template not to be able to destroy successfully.

danielscholl commented 4 years ago

This bug has been fixed in the AGIC pull request. Enable to get the resources to delete correctly the secrets into KV had to be extracted from a module implementation to implementing directly in the template itself. Additionally, fixes for returning necessary identity data from the AKS module was changed to utilize terraform native output instead of the temporary mechanism of leveraging local-provider.