Skip to content

Commit

Permalink
revert required version of tf provider (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao Zhang authored Jun 20, 2024
1 parent c892f2a commit 53343b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ A Terraform Module to configure the Lacework Agentless Scanner.
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5 |
| <a name="requirement_google"></a> [google](#requirement\_google) | >= 4.46 |
| <a name="requirement_lacework"></a> [lacework](#requirement\_lacework) | ~> 1.19 |
| <a name="requirement_lacework"></a> [lacework](#requirement\_lacework) | ~> 1.18 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_google"></a> [google](#provider\_google) | >= 4.46 |
| <a name="provider_lacework"></a> [lacework](#provider\_lacework) | ~> 1.19 |
| <a name="provider_lacework"></a> [lacework](#provider\_lacework) | ~> 1.18 |
| <a name="provider_random"></a> [random](#provider\_random) | n/a |
| <a name="provider_terraform"></a> [terraform](#provider\_terraform) | n/a |

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
google = ">= 4.46"
lacework = {
source = "lacework/lacework"
version = "~> 1.19"
version = "~> 1.18"
}
}
}

0 comments on commit 53343b4

Please sign in to comment.