diff --git a/examples/configure-lacework-gar-integration/README.md b/examples/configure-lacework-gar-integration/README.md index 1e04ee7..f3fc822 100644 --- a/examples/configure-lacework-gar-integration/README.md +++ b/examples/configure-lacework-gar-integration/README.md @@ -40,4 +40,4 @@ $ terraform init $ GOOGLE_CREDENTIALS=account.json GOOGLE_PROJECT=my-project terraform apply ``` -For detailed information on integrating Lacework with Google Artifact Registry see [Integrate Google Artifact Registry](https://support.lacework.com/hc/en-us/articles/1500009169561-Integrate-Google-Artifact-Registry) +For detailed information on integrating Lacework with Google Artifact Registry see [Integrate Google Artifact Registry](https://docs.lacework.com/integrate-google-artifact-registry) diff --git a/examples/default/README.md b/examples/default/README.md index 4c446b4..a11975a 100644 --- a/examples/default/README.md +++ b/examples/default/README.md @@ -21,5 +21,5 @@ module "lacework_gar" { } ``` -For detailed information on integrating Lacework with Google Artifact Registry see [Integrate Google Artifact Registry](https://support.lacework.com/hc/en-us/articles/1500009169561-Integrate-Google-Artifact-Registry) +For detailed information on integrating Lacework with Google Artifact Registry see [Integrate Google Artifact Registry](https://docs.lacework.com/integrate-google-artifact-registry) diff --git a/examples/environment-variables-gar/README.md b/examples/environment-variables-gar/README.md index 7a62e7f..895cb1f 100644 --- a/examples/environment-variables-gar/README.md +++ b/examples/environment-variables-gar/README.md @@ -43,4 +43,4 @@ module "lacework_gar" { } ``` -For detailed information on integrating Lacework with Google Artifact Registry see [Integrate Google Artifact Registry](https://support.lacework.com/hc/en-us/articles/1500009169561-Integrate-Google-Artifact-Registry) +For detailed information on integrating Lacework with Google Artifact Registry see [Integrate Google Artifact Registry](https://docs.lacework.com/integrate-google-artifact-registry) diff --git a/examples/existing-service-account-gar/README.md b/examples/existing-service-account-gar/README.md index 72bf1df..37f6ce2 100644 --- a/examples/existing-service-account-gar/README.md +++ b/examples/existing-service-account-gar/README.md @@ -48,4 +48,4 @@ $ terraform init $ GOOGLE_CREDENTIALS=account.json GOOGLE_PROJECT=my-project terraform apply ``` -For detailed information on integrating Lacework with Google Artifact Registry see [Integrate Google Artifact Registry](https://support.lacework.com/hc/en-us/articles/1500009169561-Integrate-Google-Artifact-Registry) +For detailed information on integrating Lacework with Google Artifact Registry see [Integrate Google Artifact Registry](https://docs.lacework.com/integrate-google-artifact-registry) diff --git a/variables.tf b/variables.tf index d5a6a6f..d277fea 100644 --- a/variables.tf +++ b/variables.tf @@ -82,6 +82,6 @@ variable "limit_num_imgs" { variable "non_os_package_support" { type = bool - default = false + default = true description = "Whether or not the integration should check non-os packages in the container for vulnerabilities" }