Skip to content

Commit

Permalink
Merge pull request #16 from clouddrove/cd-306
Browse files Browse the repository at this point in the history
use terraform letast version
  • Loading branch information
yadavprakash committed Jan 19, 2023
2 parents e5e41ac + 62afa6c commit 887596a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: tflint
uses: reviewdog/action-tflint@master
with:
tflint_version: v0.29.0
github_token: ${{ secrets.GITHUB }}
working_directory: ${{ matrix.directory }}
fail_on_error: 'true'
Expand Down
2 changes: 1 addition & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ usage : |-
```hcl
module "sftp" {
source = "clouddrove/sftp/aws"
version = "0.15.0"
version = "1.3.0"
name = "sftp"
environment = "test"
label_order = ["name", "environment"]
Expand Down
2 changes: 1 addition & 1 deletion _example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "aws" {

module "s3_bucket" {
source = "clouddrove/s3/aws"
version = "0.15.1"
version = "1.3.0"

name = "clouddrove-sftp-bucket"
environment = "test"
Expand Down
6 changes: 3 additions & 3 deletions _example/versions.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Terraform version
terraform {
required_version = ">= 0.14.11"
required_version = ">= 1.3.6"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.1.15"
version = ">= 4.48.0"
}
}
}
}
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# convention.
module "labels" {
source = "clouddrove/labels/aws"
version = "0.15.0"
version = "1.3.0"

name = var.name
repository = var.repository
Expand Down

0 comments on commit 887596a

Please sign in to comment.