github.com/paybyphone/terraform@v0.9.5-0.20170613192930-9706042ddd51/website/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 ### Azure (Resource Manager) 111 112 * azurerm_availability_set 113 * azurerm_cdn_endpoint 114 * azurerm_cdn_profile 115 * azurerm_container_registry 116 * azurerm_dns_a_record 117 * azurerm_dns_aaaa_record 118 * azurerm_dns_cname_record 119 * azurerm_dns_mx_record 120 * azurerm_dns_ns_record 121 * azurerm_dns_srv_record 122 * azurerm_dns_txt_record 123 * azurerm_dns_zone 124 * azurerm_eventhub 125 * azurerm_eventhub_authorization_rule 126 * azurerm_eventhub_consumer_group 127 * azurerm_eventhub_namespace 128 * azurerm_express_route_circuit 129 * azurerm_loadbalancer 130 * azurerm_loadbalancer_backend_address_pool 131 * azurerm_loadbalancer_nat_pool 132 * azurerm_loadbalancer_nat_rule 133 * azurerm_loadbalancer_probe 134 * azurerm_loadbalancer_rule 135 * azurerm_local_network_gateway 136 * azurerm_managed_disk 137 * azurerm_network_interface 138 * azurerm_network_security_group 139 * azurerm_network_security_rule 140 * azurerm_public_ip 141 * azurerm_resource_group 142 * azurerm_route 143 * azurerm_route_table 144 * azurerm_servicebus_namespace 145 * azurerm_servicebus_subscription 146 * azurerm_servicebus_topic 147 * azurerm_sql_firewall_rule 148 * azurerm_sql_server 149 * azurerm_storage_account 150 * azurerm_subnet 151 * azurerm_traffic_manager_endpoint 152 * azurerm_traffic_manager_profile 153 * azurerm_virtual_machine 154 * azurerm_virtual_machine_extension 155 * azurerm_virtual_machine_scale_set 156 * azurerm_virtual_network 157 * azurerm_virtual_network_peering 158 159 ### Circonus 160 161 * circonus_check 162 * circonus_contact_group 163 164 ### DigitalOcean 165 166 * digitalocean_domain 167 * digitalocean_droplet 168 * digitalocean_floating_ip 169 * digitalocean_ssh_key 170 * digitalocean_tag 171 * digitalocean_volume 172 173 ### Fastly 174 175 * fastly_service_v1 176 177 ### Github 178 179 * github_branch_protection 180 * github_issue_label 181 * github_membership 182 * github_repository 183 * github_repository_collaborator 184 * github_team 185 * github_team_membership 186 * github_team_repository 187 188 ### Google 189 190 * google_bigquery_dataset 191 * google_bigquery_table 192 * google_compute_address 193 * google_compute_autoscaler 194 * google_compute_disk 195 * google_compute_firewall 196 * google_compute_forwarding_rule 197 * google_compute_global_address 198 * google_compute_http_health_check 199 * google_compute_instance_group_manager 200 * google_compute_instance_template 201 * google_compute_network 202 * google_compute_route 203 * google_compute_router_interface 204 * google_compute_router_peer 205 * google_compute_router 206 * google_compute_target_pool 207 * google_dns_managed_zone 208 * google_project 209 * google_sql_user 210 * google_storage_bucket 211 212 ### OpenStack 213 214 * openstack_blockstorage_volume_v1 215 * openstack_blockstorage_volume_v2 216 * openstack_compute_floatingip_v2 217 * openstack_compute_keypair_v2 218 * openstack_compute_secgroup_v2 219 * openstack_compute_servergroup_v2 220 * openstack_fw_firewall_v1 221 * openstack_fw_policy_v1 222 * openstack_fw_rule_v1 223 * openstack_lb_member_v1 224 * openstack_lb_monitor_v1 225 * openstack_lb_pool_v1 226 * openstack_lb_vip_v1 227 * openstack_networking_floatingip_v2 228 * openstack_networking_network_v2 229 * openstack_networking_port_v2 230 * openstack_networking_secgroup_rule_v2 231 * openstack_networking_secgroup_v2 232 * openstack_networking_subnet_v2 233 234 ### OPC (Oracle Public Cloud) 235 236 * opc_compute_acl 237 * opc_compute_image_list 238 * opc_compute_instance 239 * opc_compute_ip_address_association 240 * opc_compute_ip_address_prefix_set 241 * opc_compute_ip_address_reservation 242 * opc_compute_ip_association 243 * opc_compute_ip_network_exchange 244 * opc_compute_ip_network 245 * opc_compute_ip_reservation 246 * opc_compute_route 247 * opc_compute_sec_rule 248 * opc_compute_security_application 249 * opc_compute_security_association 250 * opc_compute_security_ip_list 251 * opc_compute_security_list 252 * opc_compute_security_protocol 253 * opc_compute_security_rule 254 * opc_compute_ssh_key 255 * opc_compute_storage_volume_snapshot 256 * opc_compute_storage_volume 257 258 ### PostgreSQL 259 260 * postgresql_database 261 262 ### Triton 263 264 * triton_key 265 * triton_firewall_rule 266 * triton_vlan 267 * triton_fabric 268 * triton_machine