Skip to content

Commit 498a014

Browse files
build(deps): bump clouddrove/keypair/aws in /examples/spot
Bumps [clouddrove/keypair/aws](https://github.com/clouddrove/terraform-aws-keypair) from 1.3.3 to 1.3.4. - [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.3...v1.3.4) --- updated-dependencies: - dependency-name: clouddrove/keypair/aws dependency-version: 1.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5498fd3 commit 498a014

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/spot/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.3"
15+
version = "1.3.4"
1616

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

0 commit comments

Comments
 (0)