From 45ac954d0e69fedc5b49ef3ee7928eb8989b7e2a Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Fri, 12 Apr 2024 19:27:09 +0100 Subject: [PATCH] chore: updating the version of the endpoints and the permissions on the workflow --- .github/workflows/release.yml | 3 +++ endpoints.tf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0b23f1..7f008c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,6 +6,9 @@ on: tags: - "v*" +permissions: + contents: write + jobs: release: uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-release.yml@main diff --git a/endpoints.tf b/endpoints.tf index e080023..20856c6 100644 --- a/endpoints.tf +++ b/endpoints.tf @@ -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