File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 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" {
8585| Name | Version |
8686| ------| ---------|
8787| <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 |
8989
9090## Providers
9191
9292| Name | Version |
9393| ------| ---------|
94- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 2.65 |
94+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.24 |
9595
9696## Modules
9797
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ resource "aws_instance" "this" {
3535 kms_key_id = lookup (root_block_device. value , " kms_key_id" , null )
3636 volume_size = lookup (root_block_device. value , " volume_size" , null )
3737 volume_type = lookup (root_block_device. value , " volume_type" , null )
38+ tags = lookup (root_block_device. value , " tags" , null )
3839 }
3940 }
4041
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ terraform {
22 required_version = " >= 0.12.6"
33
44 required_providers {
5- aws = " >= 2.65 "
5+ aws = " >= 3.24 "
66 }
77}
You can’t perform that action at this time.
0 commit comments