Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
terracognita-windows-amd64.tar.gz | 2022-08-09 | 188.3 MB | |
terracognita-windows-386.tar.gz | 2022-08-09 | 177.8 MB | |
terracognita-linux-amd64.tar.gz | 2022-08-09 | 187.9 MB | |
terracognita-linux-386.tar.gz | 2022-08-09 | 172.4 MB | |
terracognita-darwin-amd64.tar.gz | 2022-08-09 | 190.6 MB | |
terracognita-darwin-386.tar.gz | 2022-08-09 | 45 Bytes | |
README.md | 2022-08-09 | 3.0 kB | |
v0.8.0 source code.tar.gz | 2022-08-09 | 343.3 kB | |
v0.8.0 source code.zip | 2022-08-09 | 381.1 kB | |
Totals: 9 Items | 917.6 MB | 0 |
Fixed
- Repetitive blocks now have the proper variables within them (Issue [#285])
- Script to update providers now pushed the tag to the fork (PR [#294])
aws_lb_target_group_attachment
was raising a nil pointer exception (Issue [#297])- fix resource name in
azurerm_dns_aaaa_record
andazurerm_mssql_elastic_pool
and also fix caching of resources (Issue [#303]) (Issue [#305])
Added
- Updated Contribute GCP section, added template modularity and added new GCP resources:
google_dns_policy
,google_billing_subaccount
,google_sql_database
,google_compute_address
,google_compute_attached_disk
,google_compute_autoscaler
,google_compute_global_address
,google_compute_image
,google_compute_instance_group_manager
,google_compute_instance_template
,google_compute_managed_ssl_certificate
,google_compute_network_endpoint_group
,google_compute_route
,google_compute_security_policy
,google_compute_service_attachment
,google_compute_snapshot
,google_compute_ssl_policy
,google_compute_subnetwork
closes issue [#188],google_compute_target_grpc_proxy
,google_compute_target_instance
,google_compute_target_pool
,google_compute_target_ssl_proxy
,google_compute_target_tcp_proxy
,google_filestore_instance
,google_container_cluster
,google_container_node_pool
,google_redis_instance
,google_logging_metric
,google_monitoring_alert_policy
,google_monitoring_group
,google_monitoring_notification_channel
,google_monitoring_uptime_check_config
(Issue [#188]) (Issue [#273]) -
Support for vSphere provider (Issue [#296])
-
Added new AWS resources:
aws_ec2_transit_gateway_peering_attachment
,aws_ec2_transit_gateway_peering_attachment_accepter
,aws_ec2_transit_gateway_prefix_list_reference
,aws_ec2_transit_gateway_route
,aws_ec2_transit_gateway_route_table_association
,aws_ec2_transit_gateway_route_table_propagation
,aws_ec2_transit_gateway_vpc_attachment_accepter
(Issue [#299]) - Update tfdocs version to v0.0.0-20220809093344-d999d1c2069e and added app service azurerm resources:
azurerm_linux_web_app
,azurerm_linux_web_app_slot
,azurerm_service_plan
,azurerm_source_control_token
,azurerm_static_site
,azurerm_static_site_custom_domain
,azurerm_web_app_active_slot
,azurerm_web_app_hybrid_connection
,azurerm_windows_web_app
,azurerm_windows_web_app_slot
(PR [#314])