github.com/dougneal/terraform@v0.6.15-0.20170330092735-b6a3840768a4/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_server_certificate 69 * aws_iam_user 70 * aws_instance 71 * aws_internet_gateway 72 * aws_key_pair 73 * aws_kms_key 74 * aws_lambda_function 75 * aws_launch_configuration 76 * aws_nat_gateway 77 * aws_network_acl 78 * aws_network_interface 79 * aws_opsworks_custom_layer 80 * aws_opsworks_stack 81 * aws_placement_group 82 * aws_rds_cluster 83 * aws_rds_cluster_instance 84 * aws_rds_cluster_parameter_group 85 * aws_redshift_cluster 86 * aws_redshift_parameter_group 87 * aws_redshift_security_group 88 * aws_redshift_subnet_group 89 * aws_route53_delegation_set 90 * aws_route53_health_check 91 * aws_route53_zone 92 * aws_route_table 93 * aws_s3_bucket 94 * aws_security_group 95 * aws_ses_receipt_filter 96 * aws_ses_receipt_rule_set 97 * aws_simpledb_domain 98 * aws_sns_topic 99 * aws_sns_topic_subscription 100 * aws_sqs_queue 101 * aws_subnet 102 * aws_vpc 103 * aws_vpc_dhcp_options 104 * aws_vpc_endpoint 105 * aws_vpc_peering_connection 106 * aws_vpn_connection 107 * aws_vpn_gateway 108 109 110 ### Azure (Resource Manager) 111 112 * azurerm_availability_set 113 * azurerm_dns_zone 114 * azurerm_local_network_gateway 115 * azurerm_network_security_group 116 * azurerm_network_security_rule 117 * azurerm_public_ip 118 * azurerm_resource_group 119 * azurerm_sql_firewall_rule 120 * azurerm_storage_account 121 * azurerm_virtual_network 122 123 ### Circonus 124 125 * circonus_check 126 * circonus_contact_group 127 128 ### DigitalOcean 129 130 * digitalocean_domain 131 * digitalocean_droplet 132 * digitalocean_floating_ip 133 * digitalocean_ssh_key 134 * digitalocean_tag 135 * digitalocean_volume 136 137 ### Fastly 138 139 * fastly_service_v1 140 141 ### Google 142 143 * google_compute_autoscaler 144 * google_compute_firewall 145 * google_compute_forwarding_rule 146 * google_compute_http_health_check 147 * google_compute_instance_group_manager 148 * google_compute_instance_template 149 * google_compute_target_pool 150 * google_project 151 152 ### OpenStack 153 154 * openstack_blockstorage_volume_v1 155 * openstack_blockstorage_volume_v2 156 * openstack_compute_floatingip_v2 157 * openstack_compute_keypair_v2 158 * openstack_compute_secgroup_v2 159 * openstack_compute_servergroup_v2 160 * openstack_fw_firewall_v1 161 * openstack_fw_policy_v1 162 * openstack_fw_rule_v1 163 * openstack_lb_member_v1 164 * openstack_lb_monitor_v1 165 * openstack_lb_pool_v1 166 * openstack_lb_vip_v1 167 * openstack_networking_floatingip_v2 168 * openstack_networking_network_v2 169 * openstack_networking_port_v2 170 * openstack_networking_secgroup_rule_v2 171 * openstack_networking_secgroup_v2 172 * openstack_networking_subnet_v2 173 174 ### PostgreSQL 175 176 * postgresql_database 177 178 ### Triton 179 180 * triton_firewall_rule 181 * triton_key 182 * triton_machine 183 * triton_vlan