github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/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_domain_identity 96 * aws_ses_receipt_filter 97 * aws_ses_receipt_rule_set 98 * aws_simpledb_domain 99 * aws_sns_topic 100 * aws_sns_topic_subscription 101 * aws_sqs_queue 102 * aws_subnet 103 * aws_vpc 104 * aws_vpc_dhcp_options 105 * aws_vpc_endpoint 106 * aws_vpc_peering_connection 107 * aws_vpn_connection 108 * aws_vpn_gateway 109 110 111 ### Azure (Resource Manager) 112 113 * azurerm_availability_set 114 * azurerm_dns_zone 115 * azurerm_local_network_gateway 116 * azurerm_network_security_group 117 * azurerm_network_security_rule 118 * azurerm_public_ip 119 * azurerm_resource_group 120 * azurerm_sql_firewall_rule 121 * azurerm_storage_account 122 * azurerm_virtual_network 123 124 ### Circonus 125 126 * circonus_check 127 * circonus_contact_group 128 129 ### DigitalOcean 130 131 * digitalocean_domain 132 * digitalocean_droplet 133 * digitalocean_floating_ip 134 * digitalocean_ssh_key 135 * digitalocean_tag 136 * digitalocean_volume 137 138 ### Fastly 139 140 * fastly_service_v1 141 142 ### Google 143 144 * google_compute_address 145 * google_compute_autoscaler 146 * google_compute_firewall 147 * google_compute_forwarding_rule 148 * google_compute_global_address 149 * google_compute_http_health_check 150 * google_compute_instance_group_manager 151 * google_compute_instance_template 152 * google_compute_target_pool 153 * google_project 154 155 ### OpenStack 156 157 * openstack_blockstorage_volume_v1 158 * openstack_blockstorage_volume_v2 159 * openstack_compute_floatingip_v2 160 * openstack_compute_keypair_v2 161 * openstack_compute_secgroup_v2 162 * openstack_compute_servergroup_v2 163 * openstack_fw_firewall_v1 164 * openstack_fw_policy_v1 165 * openstack_fw_rule_v1 166 * openstack_lb_member_v1 167 * openstack_lb_monitor_v1 168 * openstack_lb_pool_v1 169 * openstack_lb_vip_v1 170 * openstack_networking_floatingip_v2 171 * openstack_networking_network_v2 172 * openstack_networking_port_v2 173 * openstack_networking_secgroup_rule_v2 174 * openstack_networking_secgroup_v2 175 * openstack_networking_subnet_v2 176 177 ### OPC (Oracle Public Cloud) 178 179 * opc_compute_acl 180 * opc_compute_image_list 181 * opc_compute_instance 182 * opc_compute_ip_address_association 183 * opc_compute_ip_address_prefix_set 184 * opc_compute_ip_address_reservation 185 * opc_compute_ip_association 186 * opc_compute_ip_network_exchange 187 * opc_compute_ip_network 188 * opc_compute_ip_reservation 189 * opc_compute_route 190 * opc_compute_sec_rule 191 * opc_compute_security_application 192 * opc_compute_security_association 193 * opc_compute_security_ip_list 194 * opc_compute_security_list 195 * opc_compute_security_protocol 196 * opc_compute_security_rule 197 * opc_compute_ssh_key 198 * opc_compute_storage_volume_snapshot 199 * opc_compute_storage_volume 200 201 ### PostgreSQL 202 203 * postgresql_database 204 205 ### Triton 206 207 * triton_key 208 * triton_firewall_rule 209 * triton_vlan 210 * triton_fabric 211 * triton_machine