terraform-modules icon indicating copy to clipboard operation
terraform-modules copied to clipboard

Xenit Terraform modules

Results 113 terraform-modules issues
Sort by recently updated
recently updated
newest added

Latest tfsec (0.25.0) introduced [AZU020](https://tfsec.dev/docs/azure/AZU020/) which warns about key vaults without ACL. Currently this rule is ignored but we should consider implementing this. https://github.com/XenitAB/terraform-modules/blob/54f749f8d3778c84c6e98f2723974cf2c0b4ccbd/modules/azure/governance-regional/delegate-kv.tf#L1

When Terraform 15 is released it will come with the option of both setting specific object parameters to be optional and defining default values for these optional parameters. https://www.terraform.io/docs/language/functions/defaults.html

enhancement

We need to convert all the make commands to use our container image instead of local dependencies

enhancement

This PR adds support for remote debugging using telepresence and mirrord. It will * Create a new namespace named `ambassador `for Telepresence and deploy the traffic manager to it *...

This needs to be verified in AWS before merging