Skip to content

Commit ccec0d3

Browse files
use terraform letast version
1 parent e5e41ac commit ccec0d3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ usage : |-
4444
```hcl
4545
module "sftp" {
4646
source = "clouddrove/sftp/aws"
47-
version = "0.15.0"
47+
version = "1.3.0"
4848
name = "sftp"
4949
environment = "test"
5050
label_order = ["name", "environment"]

_example/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ provider "aws" {
44

55
module "s3_bucket" {
66
source = "clouddrove/s3/aws"
7-
version = "0.15.1"
7+
version = "1.3.0"
88

99
name = "clouddrove-sftp-bucket"
1010
environment = "test"

_example/versions.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Terraform version
22
terraform {
3-
required_version = ">= 0.14.11"
3+
required_version = ">= 1.3.6"
44

55
required_providers {
66
aws = {
77
source = "hashicorp/aws"
8-
version = ">= 3.1.15"
8+
version = ">= 4.48.0"
99
}
1010
}
11-
}
11+
}

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# convention.
99
module "labels" {
1010
source = "clouddrove/labels/aws"
11-
version = "0.15.0"
11+
version = "1.3.0"
1212

1313
name = var.name
1414
repository = var.repository

0 commit comments

Comments
 (0)