Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azurerm: ideas of resources to implement #100

Open
sdurrheimer opened this issue Apr 30, 2020 · 1 comment
Open

azurerm: ideas of resources to implement #100

sdurrheimer opened this issue Apr 30, 2020 · 1 comment
Assignees
Labels
Type: Enhancement Provide a new feature or improve an existing one

Comments

@sdurrheimer
Copy link
Contributor

sdurrheimer commented Apr 30, 2020

compute

  • azurerm_availability_set
  • azurerm_image
  • azurerm_managed_disk
  • azurerm_virtual_machine_data_disk_attachment

(require sdk upgrade)

  • azurerm_virtual_machine_extension
  • azurerm_virtual_machine_scale_set_extension
  • azurerm_linux_virtual_machine
  • azurerm_linux_virtual_machine_scale_set
  • azurerm_windows_virtual_machine
  • azurerm_windows_virtual_machine_scale_set

container

  • azurerm_kubernetes_cluster
  • azurerm_kubernetes_cluster_node_pool
  • azurerm_container_registry
  • azurerm_container_registry_webhook

network

  • azurerm_application_gateway
  • azurerm_application_security_group
  • azurerm_network_ddos_protection_plan
  • azurerm_firewall
  • azurerm_firewall_application_rule_collection
  • azurerm_firewall_nat_rule_collection
  • azurerm_firewall_network_rule_collection
  • azurerm_local_network_gateway
  • azurerm_nat_gateway
  • azurerm_network_interface
  • azurerm_network_interface_application_gateway_backend_address_pool_association
  • azurerm_network_interface_application_security_group_association
  • azurerm_network_interface_backend_address_pool_association
  • azurerm_network_interface_nat_rule_association
  • azurerm_network_interface_security_group_association
  • azurerm_network_profile
  • azurerm_network_security_rule
  • azurerm_public_ip
  • azurerm_public_ip_prefix
  • azurerm_route
  • azurerm_route_table
  • azurerm_subnet_nat_gateway_association
  • azurerm_subnet_network_security_group_association
  • azurerm_subnet_route_table_association
  • azurerm_virtual_network_gateway
  • azurerm_virtual_network_gateway_connection
  • azurerm_virtual_network_peering
  • azurerm_web_application_firewall_policy
  • azurerm_virtual_hub
  • azurerm_virtual_hub_bgp_connection
  • azurerm_virtual_hub_connection
  • azurerm_virtual_hub_ip
  • azurerm_virtual_hub_route_table
  • azurerm_virtual_hub_route_table_route
  • azurerm_virtual_hub_security_partner_provider

storage

  • azurerm_storage_account
  • azurerm_storage_account_customer_managed_key
  • azurerm_storage_account_network_rules
  • azurerm_storage_container
  • azurerm_storage_blob
  • azurerm_storage_management_policy
  • azurerm_storage_queue
  • azurerm_storage_share
  • azurerm_storage_share_directory
  • azurerm_storage_table
  • azurerm_storage_table_entity

database

  • 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
    - [x] azurerm_sql_database-> not supported azure sdk 3.0
    - [ ] azurerm_sql_active_directory_administrator-> not supported azure sdk 3.0
    - [x] azurerm_sql_elasticpool-> not supported azure sdk 3.0
    - [ ] azurerm_sql_failover_group -> not supported azure sdk 3.0
    - [x] azurerm_sql_firewall_rule -> not supported azure sdk 3.0
    - [x] azurerm_sql_server-> not supported azure sdk 3.0
    - [ ] azurerm_sql_virtual_network_rule-> not supported azure sdk 3.0
  • azurerm_mssql_database
  • azurerm_mssql_elasticpool
  • azurerm_mssql_elasticpool
  • azurerm_mssql_firewall_rule
  • azurerm_mssql_server
  • azurerm_mssql_failover_group
  • azurerm_mssql_server_security_alert_policy
  • azurerm_mssql_server_vulnerability_assessment
  • azurerm_mssql_database_vulnerability_assessment_rule_baseline
  • azurerm_mssql_virtual_machine
  • azurerm_mssql_virtual_network_rule

redis

  • azurerm_redis_cache
  • azurerm_redis_firewall_rule

dns

  • azurerm_dns_zone
  • azurerm_dns_a_record
  • azurerm_dns_aaaa_record
  • azurerm_dns_caa_record
  • azurerm_dns_cname_record
  • azurerm_dns_mx_record
  • azurerm_dns_ns_record
  • azurerm_dns_ptr_record
  • azurerm_dns_srv_record
  • azurerm_dns_txt_record

private dns

  • azurerm_private_dns_zone
  • azurerm_private_dns_zone_virtual_network_link
  • azurerm_private_dns_a_record
  • azurerm_private_dns_aaaa_record
  • azurerm_private_dns_cname_record
  • azurerm_private_dns_mx_record
  • azurerm_private_dns_ptr_record
  • azurerm_private_dns_srv_record
  • azurerm_private_dns_txt_record

load balancer

  • azurerm_lb
  • azurerm_lb_backend_address_pool
  • azurerm_lb_rule
  • azurerm_lb_outbound_rule
  • azurerm_lb_nat_rule
  • azurerm_lb_nat_pool
  • azurerm_lb_probe

policy

- [x] azurerm_policy_assignment-> not supported azure sdk 3.0

  • azurerm_management_group_policy_assignment
  • azurerm_resource_group_policy_assignment
  • azurerm_resource_policy_assignment
  • azurerm_subscription_policy_assignment
  • azurerm_policy_definition
  • azurerm_policy_remediation
  • azurerm_policy_set_definition

key vault

  • azurerm_key_vault
  • azurerm_key_vault_access_policy
  • azurerm_key_vault_certificate
  • azurerm_key_vault_key
  • azurerm_key_vault_secret

application insights

log analytics

  • azurerm_log_analytics_solution
  • azurerm_log_analytics_workspace
  • azurerm_log_analytics_linked_service
  • azurerm_log_analytics_datasource_windows_performance_counter
  • azurerm_log_analytics_datasource_windows_event

monitor

  • azurerm_monitor_action_group
  • azurerm_monitor_activity_log_alert
  • azurerm_monitor_autoscale_setting
  • azurerm_monitor_diagnostic_setting
  • azurerm_monitor_log_profile
  • azurerm_monitor_metric_alert
  • azurerm_monitor_scheduled_query_rules_alert
  • azurerm_monitor_scheduled_query_rules_log
@sdurrheimer sdurrheimer added the Type: Enhancement Provide a new feature or improve an existing one label Apr 30, 2020
@marcoldp marcoldp self-assigned this Aug 3, 2021
@marcoldp
Copy link
Contributor

marcoldp commented Aug 9, 2021

PR #214 - resources added marked on the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Provide a new feature or improve an existing one
Projects
None yet
Development

No branches or pull requests

2 participants