Skip to content

Commit

Permalink
Merge pull request #263 from DFE-Digital/version-bump-1-0-0
Browse files Browse the repository at this point in the history
Version bump v1.0.0
  • Loading branch information
Stretch96 authored Sep 19, 2023
2 parents d23b4b0 + 7d81c13 commit 33feb51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This module creates and manages [Azure Container Apps][1], deployed within an [A

```hcl
module "azure_container_apps_hosting" {
source = "github.com/DFE-Digital/terraform-azurerm-container-apps-hosting?ref=v0.19.3"
source = "github.com/DFE-Digital/terraform-azurerm-container-apps-hosting?ref=v1.0.0"
environment = "dev"
project_name = "myproject"
Expand Down Expand Up @@ -497,7 +497,7 @@ concurrency:

jobs:
deploy-to-environment:
uses: DFE-Digital/terraform-azurerm-container-apps-hosting/.github/workflows/build-push-and-deploy-to-environment.yml@v0.19.1
uses: DFE-Digital/terraform-azurerm-container-apps-hosting/.github/workflows/build-push-and-deploy-to-environment.yml@v1.0.0
with:
docker-image-name: "my-app" # Required
docker-build-file-name: "Dockerfile" # Optional
Expand Down

0 comments on commit 33feb51

Please sign in to comment.