v0.7.2
cycloid-machine
released this
13 Aug 09:07
·
157 commits
to master
since this release
Added
- azure resources (compute):
azurerm_availability_set
,azurerm_image
,azurerm_container_registry
,azurerm_container_registry_webhook
,azurerm_application_gateway
,azurerm_application_security_group
,azurerm_network_ddos_protection_plan
,azurerm_firewall
,azurerm_local_network_gateway
,azurerm_nat_gateway
,azurerm_network_profile
,azurerm_network_security_rule
,azurerm_public_ip
,azurerm_public_ip_prefix
,azurerm_route
,azurerm_route_table
,azurerm_virtual_network_gateway
,azurerm_virtual_network_gateway_connection
,azurerm_virtual_network_peering
,azurerm_web_application_firewall_policy
,azurerm_storage_account
,azurerm_storage_blob
,azurerm_storage_queue
,azurerm_storage_share
,azurerm_storage_table
,azurerm_mariadb_configuration
,azurerm_mariadb_database
,azurerm_mariadb_firewall_rule
,azurerm_mariadb_server
,azurerm_mariadb_virtual_network_rule
,azurerm_mysql_configuration
,azurerm_mysql_database
,azurerm_mysql_firewall_rule
,azurerm_mysql_server
,azurerm_mysql_virtual_network_rule
,azurerm_postgresql_configuration
,azurerm_postgresql_database
,azurerm_postgresql_firewall_rule
,azurerm_postgresql_server
,azurerm_postgresql_virtual_network_rule
,azurerm_sql_database
,azurerm_sql_elasticpool
,azurerm_sql_firewall_rule
,azurerm_sql_server
(Issue #100 provider
andterraform
blocks to the HCL generation
(Issue #136)
Changed
- Update aws resources regarding missing pagination and filter
(PR #202) - Resource names now are generated removing invalid characters instead just assigning a random alphanumeric value
(Issue #208)
Fixed
- Import with
aws_alb_target_group_attachment
now validates if the needed values are present
(Issue #213)