Bladeren bron

removed depends on attribute for sec activation

main
kusum 1 jaar geleden
bovenliggende
commit
9d99ca8ab9
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1
    2
      tf-lab-master/modules/security/security-configuration.tf

+ 1
- 2
tf-lab-master/modules/security/security-configuration.tf Bestand weergeven

@@ -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 ]
}
}

Laden…
Annuleren
Opslaan