File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,16 @@ Security scanning is graciously provided by Bridgecrew.
28
28
29
29
## Requirements
30
30
31
- | Name | Version |
32
- | ------| ---------|
33
- | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13 |
34
- | <a name =" requirement_local " ></a > [ local] ( #requirement\_ local ) | ~ > 1.2 |
31
+ | Name | Version |
32
+ | ------| ---------- |
33
+ | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | \ > = 0.13 |
34
+ | <a name =" requirement_local " ></a > [ local] ( #requirement\_ local ) | ~ > 1.2 |
35
35
36
36
## Providers
37
37
38
38
| Name | Version |
39
39
| ------| ---------|
40
40
| <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | n/a |
41
- | <a name =" provider_template " ></a > [ template] ( #provider\_ template ) | n/a |
42
41
43
42
## Modules
44
43
@@ -57,7 +56,6 @@ No modules.
57
56
| [ aws_caller_identity.current] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity ) | data source |
58
57
| [ aws_iam_policy_document.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document ) | data source |
59
58
| [ aws_region.current] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region ) | data source |
60
- | [ template_file.ec2_user_data] ( https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file ) | data source |
61
59
62
60
## Inputs
63
61
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ resource "aws_instance" "this" {
45
45
associate_public_ip_address = var. public_ip_enabled
46
46
47
47
lifecycle {
48
- ignore_changes = all
48
+ ignore_changes = [ user_data , key_name ]
49
49
}
50
50
51
51
user_data = var. vpn_enabled ? templatefile (" ${ path . module } /ec2_user_data.sh.tftpl" ,
You can’t perform that action at this time.
0 commit comments