Skip to content

Commit

Permalink
chore: updating the version of the endpoints and the permissions on t…
Browse files Browse the repository at this point in the history
…he workflow
  • Loading branch information
gambol99 committed Apr 12, 2024
1 parent 4028ede commit 45ac954
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
tags:
- "v*"

permissions:
contents: write

jobs:
release:
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-release.yml@main
Expand Down
2 changes: 1 addition & 1 deletion endpoints.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module "endpoints_vpc" {
module "endpoints" {
count = local.enable_endpoints ? 1 : 0
source = "appvia/private-endpoints/aws"
version = "0.1.3"
version = "0.1.4"

name = var.connectivity_config.endpoints.network.name
endpoints = var.connectivity_config.endpoints.services
Expand Down

0 comments on commit 45ac954

Please sign in to comment.