Skip to content

Commit

Permalink
Update version to 0.8.29
Browse files Browse the repository at this point in the history
  • Loading branch information
semyonmor committed Jun 25, 2024
1 parent 1296ef9 commit 09db674
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ In order to test the provider installed locally, the provider block will have to
terraform {
required_providers {
aquasec = {
version = "0.8.28"
version = "0.8.29"
source = "terraform-provider-aquasec/aquasec/aquasec"
}
}
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ HOSTNAME := github.com
NAMESPACE := aquasec
NAME := aquasec
BINARY := terraform-provider-${NAME}
VERSION := 0.8.28
VERSION := 0.8.29
OS_ARCH := $(shell go env GOOS)_$(shell go env GOARCH)

default: build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To quickly get started using the Aquasec provider for Terraform, configure the p
terraform {
required_providers {
aquasec = {
version = "0.8.28"
version = "0.8.29"
source = "aquasecurity/aquasec"
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Use the navigation to the left to read about the available resources and data so
terraform {
required_providers {
aquasec = {
version = "0.8.28"
version = "0.8.29"
source = "aquasecurity/aquasec"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/data-sources/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
aquasec = {
// version = "0.8.28"
// version = "0.8.29"
source = "aquasecurity/aquasec"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
aquasec = {
version = "0.8.28"
version = "0.8.29"
source = "aquasecurity/aquasec"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
aquasec = {
// version = "0.8.28"
// version = "0.8.29"
source = "aquasecurity/aquasec"
}
}
Expand Down

0 comments on commit 09db674

Please sign in to comment.