Skip to content

Conversation

@Dirrk
Copy link
Owner

@Dirrk Dirrk commented Jan 15, 2020

Description

Changes

TODO

  • Ensure you included commits that have feat: | fix: | chore: in the commit log to help generate change log
  • Branch name is feature/ or feat/ bugfix/ or fix/
  • If including a new feature ensure it is backwards compatible and create a new example along with documentation

@github-actions github-actions bot added the fix label Jan 15, 2020
@github-actions
Copy link

terraform fmt Failed

examples/tf11_basic/main.tf
 }
 
 provider "aws" {
-  region = "us-east-1"
+  region  = "us-east-1"
   version = "< 2.2.0"
 }
 
examples/tf11_extra_args/main.tf
 }
 
 provider "aws" {
-  region = "us-east-1"
+  region  = "us-east-1"
   version = "< 2.2.0"
 }
 
examples/tf12_atlantis/main.tf
 }
 
 provider "consul" {
-  alias   = "test"
+  alias = "test"
 }
 
 terraform {
examples/tf12_basic/main.tf
 }
 
 provider "consul" {
-  alias   = "test"
+  alias = "test"
 }
 
 terraform {
examples/tf12_find/main.tf
 }
 
 provider "consul" {
-  alias   = "test"
+  alias = "test"
 }
 
 terraform {
examples/tf12_inject/main.tf
 }
 
 provider "consul" {
-  alias   = "test"
+  alias = "test"
 }
 
 terraform {

Workflow: Pull Request actions, Action: hashicorpterraform-github-actions, Working Directory: examples

@Dirrk Dirrk merged commit 5aef657 into master Jan 17, 2020
@Dirrk Dirrk deleted the fix/pr-workflow branch January 17, 2020 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants