We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8c715 commit 17f93e6Copy full SHA for 17f93e6
GNUmakefile
@@ -6,7 +6,7 @@ HOSTNAME := github.com
6
NAMESPACE := aquasec
7
NAME := aquasec
8
BINARY := terraform-provider-${NAME}
9
-VERSION := 0.8.24
+VERSION := 0.8.25
10
OS_ARCH := $(shell go env GOOS)_$(shell go env GOARCH)
11
12
default: build
docs/index.md
@@ -21,7 +21,7 @@ Use the navigation to the left to read about the available resources and data so
21
terraform {
22
required_providers {
23
aquasec = {
24
- version = "0.8.24"
+ version = "0.8.25"
25
source = "aquasecurity/aquasec"
26
}
27
0 commit comments