Skip to content

Commit e6d45eb

Browse files
author
Ao Zhang
authored
chore: upgrade gcp version requirements (#76)
* chore: upgrade gcp version requirements * update README
1 parent 92ae5fe commit e6d45eb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ A Terraform Module to configure the Lacework Agentless Scanner.
1212
| Name | Version |
1313
|------|---------|
1414
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5 |
15-
| <a name="requirement_google"></a> [google](#requirement\_google) | ~> 4.46 |
15+
| <a name="requirement_google"></a> [google](#requirement\_google) | >= 4.46 |
1616
| <a name="requirement_lacework"></a> [lacework](#requirement\_lacework) | ~> 1.18 |
1717

1818
## Providers
1919

2020
| Name | Version |
2121
|------|---------|
22-
| <a name="provider_google"></a> [google](#provider\_google) | ~> 4.46 |
22+
| <a name="provider_google"></a> [google](#provider\_google) | >= 4.46 |
2323
| <a name="provider_lacework"></a> [lacework](#provider\_lacework) | ~> 1.18 |
2424
| <a name="provider_random"></a> [random](#provider\_random) | n/a |
2525
| <a name="provider_terraform"></a> [terraform](#provider\_terraform) | n/a |
@@ -28,7 +28,7 @@ A Terraform Module to configure the Lacework Agentless Scanner.
2828

2929
| Name | Source | Version |
3030
|------|--------|---------|
31-
| <a name="module_lacework_agentless_scan_svc_account"></a> [lacework\_agentless\_scan\_svc\_account](#module\_lacework\_agentless\_scan\_svc\_account) | lacework/service-account/gcp | ~> 1.0 |
31+
| <a name="module_lacework_agentless_scan_svc_account"></a> [lacework\_agentless\_scan\_svc\_account](#module\_lacework\_agentless\_scan\_svc\_account) | lacework/service-account/gcp | ~> 2.0 |
3232

3333
## Resources
3434

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ module "lacework_agentless_scan_svc_account" {
221221
count = var.global ? 1 : 0
222222

223223
source = "lacework/service-account/gcp"
224-
version = "~> 1.0"
224+
version = "~> 2.0"
225225
create = true
226226
service_account_name = local.lacework_integration_service_account_name
227227
project_id = local.scanning_project_id

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_version = ">= 1.5"
33

44
required_providers {
5-
google = "~> 4.46"
5+
google = ">= 4.46"
66
lacework = {
77
source = "lacework/lacework"
88
version = "~> 1.18"

0 commit comments

Comments
 (0)