Skip to content

Commit

Permalink
Update release to v0.8.30 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehardisty committed Sep 23, 2024
1 parent b9f836a commit a22df80
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.29"
version = "0.8.30"
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.29
VERSION := 0.8.30
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.29"
version = "0.8.30"
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.29"
version = "0.8.30"
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.29"
// version = "0.8.30"
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.29"
version = "0.8.30"
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.29"
// version = "0.8.30"
source = "aquasecurity/aquasec"
}
}
Expand Down

0 comments on commit a22df80

Please sign in to comment.