Skip to content

Commit

Permalink
docs: Corrected URL in resource group command help text to point to p…
Browse files Browse the repository at this point in the history
…ublic documentation.
  • Loading branch information
ggaetz-fortinet committed Nov 13, 2024
2 parents 285ed13 + 944791c commit fb11875
Show file tree
Hide file tree
Showing 35 changed files with 110 additions and 101 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v2.1.3

## Bug Fixes
* fix: bump lacework provider version to 2.0 (#1678) (Pengyuan Zhao)([a4fd71b5](https://github.com/lacework/go-sdk/commit/a4fd71b5e0139190eb6d5a897d10eea63582d851))
* fix: Add credentials to control tower accounts (#1675) (Lei Jin)([3e1885d0](https://github.com/lacework/go-sdk/commit/3e1885d0c01af8dc0ad9634ff83c0d31d7f207ff))
## Other Changes
* ci: version bump to v2.1.3-dev (Lacework)([33d32ada](https://github.com/lacework/go-sdk/commit/33d32ada65a4fb396944664e595f69320c5845fe))
---
# v2.1.2

## Bug Fixes
Expand Down
7 changes: 4 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Release Notes
Another day, another release. These are the release notes for the version `v2.1.2`.
Another day, another release. These are the release notes for the version `v2.1.3`.

## Bug Fixes
* fix: Fix casing during reading of resource group (#1673) (Zeki Sherif)([1167cb9c](https://github.com/lacework/go-sdk/commit/1167cb9ceb659f5d3c60dfba35cd0c8618d2c5ae))
* fix: bump lacework provider version to 2.0 (#1678) (Pengyuan Zhao)([a4fd71b5](https://github.com/lacework/go-sdk/commit/a4fd71b5e0139190eb6d5a897d10eea63582d851))
* fix: Add credentials to control tower accounts (#1675) (Lei Jin)([3e1885d0](https://github.com/lacework/go-sdk/commit/3e1885d0c01af8dc0ad9634ff83c0d31d7f207ff))
## Other Changes
* ci: version bump to v2.1.2-dev (Lacework)([a8f6ca1e](https://github.com/lacework/go-sdk/commit/a8f6ca1e74af412daedfb90f1086619a1bc2670b))
* ci: version bump to v2.1.3-dev (Lacework)([33d32ada](https://github.com/lacework/go-sdk/commit/33d32ada65a4fb396944664e595f69320c5845fe))

## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli)
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.3-dev
2.1.3
4 changes: 2 additions & 2 deletions api/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions lwgenerate/aws/aws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ var requiredProvidersWithCustomBlock = `terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
backend "s3" {
Expand All @@ -436,7 +436,7 @@ var requiredProviders = `terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
}
Expand Down Expand Up @@ -569,7 +569,7 @@ var moduleImportAgentless = `terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
}
Expand Down Expand Up @@ -613,7 +613,7 @@ var moduleImportAgentlessOrganization = `terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
}
Expand Down Expand Up @@ -740,7 +740,7 @@ var moduleImportConfigWithProviderTags = `terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
}
Expand Down Expand Up @@ -787,7 +787,7 @@ var moduleImportConfigWithMultipleAccounts = `terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions lwgenerate/aws_controltower/aws_controltower_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var moduleCloudtrailControlTowerBasic = `terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
}
Expand Down Expand Up @@ -123,7 +123,7 @@ var moduleCloudtrailControlTowerWithAccountMappings = `terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion lwgenerate/aws_eks_audit/aws_eks_audit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ var requiredProviders = `terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
}
Expand All @@ -17,12 +17,12 @@ provider "azurerm" {

module "az_ad_application" {
source = "lacework/ad-application/azure"
version = "~> 1.0"
version = "~> 2.0"
}

module "az_activity_log" {
source = "lacework/activity-log/azure"
version = "~> 2.0"
version = "~> 3.0"
all_subscriptions = true
application_id = module.az_ad_application.application_id
application_password = module.az_ad_application.application_password
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
}
Expand All @@ -17,12 +17,12 @@ provider "azurerm" {

module "az_ad_application" {
source = "lacework/ad-application/azure"
version = "~> 1.0"
version = "~> 2.0"
}

module "az_activity_log" {
source = "lacework/activity-log/azure"
version = "~> 2.0"
version = "~> 3.0"
application_id = module.az_ad_application.application_id
application_password = module.az_ad_application.application_password
service_principal_id = module.az_ad_application.service_principal_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
}
Expand All @@ -21,12 +21,12 @@ provider "azurerm" {

module "az_ad_application" {
source = "lacework/ad-application/azure"
version = "~> 1.0"
version = "~> 2.0"
}

module "az_activity_log" {
source = "lacework/activity-log/azure"
version = "~> 2.0"
version = "~> 3.0"
application_id = module.az_ad_application.application_id
application_password = module.az_ad_application.application_password
infrastructure_encryption_enabled = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
}
Expand All @@ -17,12 +17,12 @@ provider "azurerm" {

module "az_ad_application" {
source = "lacework/ad-application/azure"
version = "~> 1.0"
version = "~> 2.0"
}

module "az_activity_log" {
source = "lacework/activity-log/azure"
version = "~> 2.0"
version = "~> 3.0"
application_id = module.az_ad_application.application_id
application_password = module.az_ad_application.application_password
infrastructure_encryption_enabled = true
Expand Down
6 changes: 3 additions & 3 deletions lwgenerate/azure/test-data/activity-log-with-location.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
}
Expand All @@ -17,12 +17,12 @@ provider "azurerm" {

module "az_ad_application" {
source = "lacework/ad-application/azure"
version = "~> 1.0"
version = "~> 2.0"
}

module "az_activity_log" {
source = "lacework/activity-log/azure"
version = "~> 2.0"
version = "~> 3.0"
application_id = module.az_ad_application.application_id
application_password = module.az_ad_application.application_password
infrastructure_encryption_enabled = true
Expand Down
8 changes: 4 additions & 4 deletions lwgenerate/azure/test-data/activity_log_with_config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
}
Expand All @@ -17,12 +17,12 @@ provider "azurerm" {

module "az_ad_application" {
source = "lacework/ad-application/azure"
version = "~> 1.0"
version = "~> 2.0"
}

module "az_config" {
source = "lacework/config/azure"
version = "~> 2.0"
version = "~> 3.0"
application_id = module.az_ad_application.application_id
application_password = module.az_ad_application.application_password
service_principal_id = module.az_ad_application.service_principal_id
Expand All @@ -31,7 +31,7 @@ module "az_config" {

module "az_activity_log" {
source = "lacework/activity-log/azure"
version = "~> 2.0"
version = "~> 3.0"
application_id = module.az_ad_application.application_id
application_password = module.az_ad_application.application_password
infrastructure_encryption_enabled = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
}
Expand All @@ -18,12 +18,12 @@ provider "azurerm" {

module "az_ad_application" {
source = "lacework/ad-application/azure"
version = "~> 1.0"
version = "~> 2.0"
}

module "az_config" {
source = "lacework/config/azure"
version = "~> 2.0"
version = "~> 3.0"
application_id = module.az_ad_application.application_id
application_password = module.az_ad_application.application_password
service_principal_id = module.az_ad_application.service_principal_id
Expand All @@ -32,7 +32,7 @@ module "az_config" {

module "az_activity_log" {
source = "lacework/activity-log/azure"
version = "~> 2.0"
version = "~> 3.0"
application_id = module.az_ad_application.application_id
application_password = module.az_ad_application.application_password
infrastructure_encryption_enabled = true
Expand Down
8 changes: 4 additions & 4 deletions lwgenerate/azure/test-data/activity_log_with_config_extra.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
}
Expand All @@ -17,12 +17,12 @@ provider "azurerm" {

module "az_ad_application" {
source = "lacework/ad-application/azure"
version = "~> 1.0"
version = "~> 2.0"
}

module "az_config" {
source = "lacework/config/azure"
version = "~> 2.0"
version = "~> 3.0"
application_id = module.az_ad_application.application_id
application_password = module.az_ad_application.application_password
service_principal_id = module.az_ad_application.service_principal_id
Expand All @@ -31,7 +31,7 @@ module "az_config" {

module "az_activity_log" {
source = "lacework/activity-log/azure"
version = "~> 2.0"
version = "~> 3.0"
application_id = module.az_ad_application.application_id
application_password = module.az_ad_application.application_password
infrastructure_encryption_enabled = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
lacework = {
source = "lacework/lacework"
version = "~> 1.0"
version = "~> 2.0"
}
}
}
Expand All @@ -18,12 +18,12 @@ provider "azurerm" {

module "az_ad_application" {
source = "lacework/ad-application/azure"
version = "~> 1.0"
version = "~> 2.0"
}

module "az_config" {
source = "lacework/config/azure"
version = "~> 2.0"
version = "~> 3.0"
application_id = module.az_ad_application.application_id
application_password = module.az_ad_application.application_password
service_principal_id = module.az_ad_application.service_principal_id
Expand All @@ -32,7 +32,7 @@ module "az_config" {

module "az_activity_log" {
source = "lacework/activity-log/azure"
version = "~> 2.0"
version = "~> 3.0"
application_id = module.az_ad_application.application_id
application_password = module.az_ad_application.application_password
infrastructure_encryption_enabled = true
Expand Down
Loading

0 comments on commit fb11875

Please sign in to comment.