Skip to content

Commit

Permalink
ci: to update sn_policy_version automatically (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Xu <xuhuan@live.cn>
  • Loading branch information
maxsxu authored Jul 27, 2023
1 parent f5624cb commit c21d454
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: terraform-module
release-type: terraform-module
extra-files: |
variables.tf
12 changes: 6 additions & 6 deletions modules/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
# under the License.
#

variable "sn_policy_version" {
description = "The value of SNVersion tag"
default = "3.4.0" # x-release-please-version
type = string
}

variable "s3_kms_key_arns" {
default = []
description = "List of KMS key ARNs to use for S3 buckets"
Expand Down Expand Up @@ -68,12 +74,6 @@ variable "s3_bucket_pattern" {
type = string
}

variable "sn_policy_version" {
default = "3.4.0"
description = "The value of SNVersion tag"
type = string
}

variable "source_identities" {
default = []
description = "Place an additional constraint on source identity, disabled by default and only to be used if specified by StreamNative"
Expand Down

0 comments on commit c21d454

Please sign in to comment.