Skip to content

Commit

Permalink
remove template provider
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoestrela committed Feb 21, 2022
1 parent d99f395 commit 090d71c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion modules/aws-asg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 3.38 |
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 3 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3 |
| <a name="requirement_template"></a> [template](#requirement\_template) | ~> 2 |

## Providers

Expand Down
4 changes: 0 additions & 4 deletions modules/aws-asg/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ terraform {
source = "hashicorp/random"
version = "~> 3"
}
template = {
source = "hashicorp/template"
version = "~> 2"
}
}
required_version = ">= 0.14"
}

0 comments on commit 090d71c

Please sign in to comment.