File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ data "aws_ami" "ubuntu-xenial" {
85
85
| Name | Version |
86
86
| ------| ---------|
87
87
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.12.6 |
88
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 2.65 |
88
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.24 |
89
89
90
90
## Providers
91
91
92
92
| Name | Version |
93
93
| ------| ---------|
94
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 2.65 |
94
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.24 |
95
95
96
96
## Modules
97
97
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ resource "aws_instance" "this" {
35
35
kms_key_id = lookup (root_block_device. value , " kms_key_id" , null )
36
36
volume_size = lookup (root_block_device. value , " volume_size" , null )
37
37
volume_type = lookup (root_block_device. value , " volume_type" , null )
38
+ tags = lookup (root_block_device. value , " tags" , null )
38
39
}
39
40
}
40
41
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ terraform {
2
2
required_version = " >= 0.12.6"
3
3
4
4
required_providers {
5
- aws = " >= 2.65 "
5
+ aws = " >= 3.24 "
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments