Skip to content

Commit 91dbd2d

Browse files
chore(deps): bump appvia/network/aws in /examples/basic (#23)
Bumps [appvia/network/aws](https://github.com/appvia/terraform-aws-network) from 0.6.13 to 0.6.14. - [Release notes](https://github.com/appvia/terraform-aws-network/releases) - [Commits](appvia/terraform-aws-network@v0.6.13...v0.6.14) --- updated-dependencies: - dependency-name: appvia/network/aws dependency-version: 0.6.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32af4d6 commit 91dbd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ locals {
3232
## Provision a network for the cluster
3333
module "network" {
3434
source = "appvia/network/aws"
35-
version = "0.6.13"
35+
version = "0.6.14"
3636

3737
availability_zones = 3
3838
name = "dev"

0 commit comments

Comments
 (0)