Skip to content

Commit

Permalink
Fix terraform format
Browse files Browse the repository at this point in the history
  • Loading branch information
stuft2 committed Jun 15, 2021
1 parent b6fbd27 commit 83c19cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/ci-0_14/ci.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ terraform {
required_version = "0.14.11"
required_providers {
aws = {
source = "hashicorp/aws"
source = "hashicorp/aws"
version = "~> 3.0"
}
}
}

provider "aws" {
region = "us-west-2"
region = "us-west-2"
}

module "bastion" {
Expand Down
4 changes: 2 additions & 2 deletions examples/ci-0_15/ci.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ terraform {
required_version = "0.15.5"
required_providers {
aws = {
source = "hashicorp/aws"
source = "hashicorp/aws"
version = "~> 3.0"
}
}
}

provider "aws" {
region = "us-west-2"
region = "us-west-2"
}

module "bastion" {
Expand Down
4 changes: 2 additions & 2 deletions examples/ci-1_0/ci.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ terraform {
required_version = "1.0.0"
required_providers {
aws = {
source = "hashicorp/aws"
source = "hashicorp/aws"
version = "~> 3.0"
}
}
}

provider "aws" {
region = "us-west-2"
region = "us-west-2"
}

module "bastion" {
Expand Down

0 comments on commit 83c19cb

Please sign in to comment.