terraform: generate conf with http backend

This commit is contained in:
Iain Learmonth 2022-08-30 10:05:12 +01:00
parent affa0f0149
commit 32239c379a
16 changed files with 43 additions and 4 deletions

View file

@ -25,6 +25,7 @@ class ProxyAzureCdnAutomation(ProxyAutomation):
template = """
terraform {
{{ backend_config }}
required_providers {
azurerm = {
source = "hashicorp/azurerm"