-
Notifications
You must be signed in to change notification settings - Fork 5
/
toFix
35 lines (34 loc) · 942 Bytes
/
toFix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Elasticsearch Domain has no h2 description.
aws_elasticache_cluster:
- parameter_group_name seems Optional
aws_elasticache_replication_group:
- no `engine` param (should be Optional)
aws_instance:
- '//' breaks the syntax hilight
aws_kinesis_stream
- arn parameter missing
aws_lightsail_key_pair
- name_prefix missing
aws_nat_gateway
- Missing params
- network_interface_id
- private_ip
- public_ip
aws_opsworks_application
- short_name is Optional
aws_opsworks_instance
- Missing params:
- reported_agent_version
- reported_os_family
- reported_os_name
- reported_os_version
aws_vpc_peering_connection
- param peer_owner_id is Optional from the code.
aws_vpc_peering_connection_accepter
- single-quotes break the hilight.
aws_vpn_connection:
- Missing vgw_telemetry and routes sets.
- For vim-snippets-terraform:
* added eip and networking_interface utils on 0.9.4
* added opsworks_php_layer
* added opsworks_static_web_layer