github.com/vtorhonen/terraform@v0.9.0-beta2.0.20170307220345-5d894e4ffda7/website/source/docs/import/importability.html.md (about) 1 --- 2 layout: "docs" 3 page_title: "Import: Resource Importability" 4 sidebar_current: "docs-import-importability" 5 description: |- 6 Each resource in Terraform must implement some basic logic to become 7 importable. As a result, not all Terraform resources are currently importable. 8 --- 9 10 # Resource Importability 11 12 Each resource in Terraform must implement some basic logic to become 13 importable. As a result, not all Terraform resources are currently importable. 14 If you find a resource that you want to import and Terraform reports 15 that it isn't importable, please report an issue. 16 17 Converting a resource to be importable is also relatively simple, so if 18 you're interested in contributing that functionality, the Terraform team 19 would be grateful. 20 21 To make a resource importable, please see the 22 [plugin documentation on writing a resource](/docs/plugins/provider.html). 23 24 ## Currently Available to Import 25 26 ### AWS 27 28 * aws_api_gateway_account 29 * aws_api_gateway_api_key 30 * aws_autoscaling_group 31 * aws_cloudfront_distribution 32 * aws_cloudfront_origin_access_identity 33 * aws_cloudtrail 34 * aws_cloudwatch_event_rule 35 * aws_cloudwatch_log_group 36 * aws_cloudwatch_metric_alarm 37 * aws_customer_gateway 38 * aws_db_event_subscription 39 * aws_db_instance 40 * aws_db_option_group 41 * aws_db_parameter_group 42 * aws_db_security_group 43 * aws_db_subnet_group 44 * aws_dms_certificate 45 * aws_dms_endpoint 46 * aws_dms_replication_instance 47 * aws_dms_replication_subnet_group 48 * aws_dms_replication_task 49 * aws_dynamodb_table 50 * aws_ebs_volume 51 * aws_ecr_repository 52 * aws_efs_file_system 53 * aws_efs_mount_target 54 * aws_eip 55 * aws_elastic_beanstalk_application 56 * aws_elastic_beanstalk_environment 57 * aws_elasticache_cluster 58 * aws_elasticache_parameter_group 59 * aws_elasticache_subnet_group 60 * aws_elb 61 * aws_flow_log 62 * aws_glacier_vault 63 * aws_iam_account_password_policy 64 * aws_iam_group 65 * aws_iam_instance_profile 66 * aws_iam_role 67 * aws_iam_saml_provider 68 * aws_iam_user 69 * aws_instance 70 * aws_internet_gateway 71 * aws_key_pair 72 * aws_kms_key 73 * aws_lambda_function 74 * aws_launch_configuration 75 * aws_nat_gateway 76 * aws_network_acl 77 * aws_network_interface 78 * aws_opsworks_custom_layer 79 * aws_opsworks_stack 80 * aws_placement_group 81 * aws_rds_cluster 82 * aws_rds_cluster_instance 83 * aws_rds_cluster_parameter_group 84 * aws_redshift_cluster 85 * aws_redshift_parameter_group 86 * aws_redshift_security_group 87 * aws_redshift_subnet_group 88 * aws_route53_delegation_set 89 * aws_route53_health_check 90 * aws_route53_zone 91 * aws_route_table 92 * aws_s3_bucket 93 * aws_security_group 94 * aws_ses_receipt_filter 95 * aws_ses_receipt_rule_set 96 * aws_simpledb_domain 97 * aws_sns_topic 98 * aws_sns_topic_subscription 99 * aws_sqs_queue 100 * aws_subnet 101 * aws_vpc 102 * aws_vpc_dhcp_options 103 * aws_vpc_endpoint 104 * aws_vpc_peering_connection 105 * aws_vpn_connection 106 * aws_vpn_gateway 107 108 109 ### Azure (Resource Manager) 110 111 * azurerm_availability_set 112 * azurerm_dns_zone 113 * azurerm_local_network_gateway 114 * azurerm_network_security_group 115 * azurerm_network_security_rule 116 * azurerm_public_ip 117 * azurerm_resource_group 118 * azurerm_sql_firewall_rule 119 * azurerm_storage_account 120 * azurerm_virtual_network 121 122 ### DigitalOcean 123 124 * digitalocean_domain 125 * digitalocean_droplet 126 * digitalocean_floating_ip 127 * digitalocean_ssh_key 128 * digitalocean_tag 129 * digitalocean_volume 130 131 ### Fastly 132 133 * fastly_service_v1 134 135 ### Google 136 137 * google_compute_autoscaler 138 * google_compute_firewall 139 * google_compute_forwarding_rule 140 * google_compute_http_health_check 141 * google_compute_instance_group_manager 142 * google_compute_instance_template 143 * google_compute_target_pool 144 * google_project 145 146 ### OpenStack 147 148 * openstack_blockstorage_volume_v1 149 * openstack_blockstorage_volume_v2 150 * openstack_compute_floatingip_v2 151 * openstack_compute_keypair_v2 152 * openstack_compute_secgroup_v2 153 * openstack_compute_servergroup_v2 154 * openstack_fw_firewall_v1 155 * openstack_fw_policy_v1 156 * openstack_fw_rule_v1 157 * openstack_lb_member_v1 158 * openstack_lb_monitor_v1 159 * openstack_lb_pool_v1 160 * openstack_lb_vip_v1 161 * openstack_networking_floatingip_v2 162 * openstack_networking_network_v2 163 * openstack_networking_port_v2 164 * openstack_networking_secgroup_rule_v2 165 * openstack_networking_secgroup_v2 166 * openstack_networking_subnet_v2 167 168 ### PostgreSQL 169 170 * postgresql_database 171 172 ### Triton 173 174 * triton_firewall_rule 175 * triton_key 176 * triton_machine 177 * triton_vlan