1
1
# terraform-module-template
2
2
Template for Terraform modules
3
3
4
- <!-- Uncomment and replace with your module name
5
- [](https://github.com/flaconi/<MODULENAME>/actions?query=workflow%3Alint)
6
- [](https://github.com/flaconi/<MODULENAME>/actions?query=workflow%3Atest)
7
- [](https://github.com/flaconi/<MODULENAME>/releases)
8
- -->
4
+ [ ![ lint] ( https://github.com/flaconi/terraform-aws-beanstalk/workflows/lint/badge.svg )] ( https://github.com/flaconi/terraform-aws-beanstalk/actions?query=workflow%3Alint )
5
+ [ ![ test] ( https://github.com/flaconi/terraform-aws-beanstalk/workflows/test/badge.svg )] ( https://github.com/flaconi/terraform-aws-beanstalk/actions?query=workflow%3Atest )
6
+ [ ![ Tag] ( https://img.shields.io/github/tag/flaconi/terraform-aws-beanstalk.svg )] ( https://github.com/flaconi/terraform-aws-beanstalk/releases )
9
7
[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
10
8
11
9
<!-- TFDOCS_HEADER_START -->
@@ -18,7 +16,7 @@ Template for Terraform modules
18
16
19
17
| Name | Version |
20
18
| ------| ---------|
21
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | n/a |
19
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.0 |
22
20
23
21
<!-- TFDOCS_PROVIDER_END -->
24
22
@@ -27,7 +25,8 @@ Template for Terraform modules
27
25
28
26
| Name | Version |
29
27
| ------| ---------|
30
- | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | ~ > 1.0 |
28
+ | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | ~ > 1.1 |
29
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.0 |
31
30
32
31
<!-- TFDOCS_REQUIREMENTS_END -->
33
32
@@ -98,6 +97,14 @@ Type: `string`
98
97
99
98
Default: ` "" `
100
99
100
+ ### <a name =" input_instance_type " ></a > [ instance\_ type] ( #input\_ instance\_ type )
101
+
102
+ Description: Instances type
103
+
104
+ Type: ` string `
105
+
106
+ Default: ` "t3.micro" `
107
+
101
108
### <a name =" input_healthcheck_url " ></a > [ healthcheck\_ url] ( #input\_ healthcheck\_ url )
102
109
103
110
Description: Application Health Check URL. Elastic Beanstalk will call this URL to check the health of the application running on EC2 instances
0 commit comments