瀏覽代碼

removed depends on attribute for sec activation

main
kusum 1 年之前
父節點
當前提交
9d99ca8ab9
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    2
      tf-lab-master/modules/security/security-configuration.tf

+ 1
- 2
tf-lab-master/modules/security/security-configuration.tf 查看文件

@@ -25,5 +25,4 @@ resource "akamai_appsec_activations" "appsecactivation" {
note = "Terraform activation"
notification_emails = [var.email]
version = data.akamai_appsec_configuration.security_configuration.latest_version
depends_on = [ akamai_appsec_match_target.website_match_target ]
}
}

Loading…
取消
儲存