Skip to content

Commit 83c5e17

Browse files
build(deps): bump clouddrove/keypair/aws in /examples/on-demand
Bumps [clouddrove/keypair/aws](https://github.com/clouddrove/terraform-aws-keypair) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/clouddrove/terraform-aws-keypair/releases) - [Changelog](https://github.com/clouddrove/terraform-aws-keypair/blob/master/CHANGELOG.md) - [Commits](clouddrove/terraform-aws-keypair@v1.3.2...v1.3.3) --- updated-dependencies: - dependency-name: clouddrove/keypair/aws dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4d4306 commit 83c5e17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/on-demand/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ locals {
1212

1313
module "keypair" {
1414
source = "clouddrove/keypair/aws"
15-
version = "1.3.2"
15+
version = "1.3.3"
1616

1717
name = "${local.name}-key"
1818
environment = local.environment

0 commit comments

Comments
 (0)