1
1
mirror of https://github.com/adammck/terraform-inventory synced 2024-11-22 20:01:58 +01:00

Add note that the Docker provider is supported (#85)

Also ordered providers in README alphabetically to be user friendly.
This commit is contained in:
Cory Fisher 2018-03-08 13:01:13 -05:00 committed by Adam Mckaig
parent 0a44aad0f6
commit 1795be7398
2 changed files with 7 additions and 6 deletions

@ -11,14 +11,15 @@ Terraform, then (re-)provision them with Ansible.
The following providers are supported: The following providers are supported:
* AWS * AWS
* DigitalOcean
* CloudStack * CloudStack
* VMware * DigitalOcean
* OpenStack * Docker
* Google Compute Engine
* SoftLayer
* Exoscale * Exoscale
* Google Compute Engine
* OpenStack
* Scaleway * Scaleway
* SoftLayer
* VMware
It's very simple to add support for new providers. See pull requests with the It's very simple to add support for new providers. See pull requests with the
[provider][pv] label for examples. [provider][pv] label for examples.

@ -21,7 +21,7 @@ func init() {
"public_ipv6", // Scaleway "public_ipv6", // Scaleway
"private_ip", // AWS "private_ip", // AWS
"ipaddress", // CS "ipaddress", // CS
"ip_address", // VMware "ip_address", // VMware, Docker
"network_interface.0.ipv4_address", // VMware "network_interface.0.ipv4_address", // VMware
"default_ip_address", // provider.vsphere v1.1.1 "default_ip_address", // provider.vsphere v1.1.1
"access_ip_v4", // OpenStack "access_ip_v4", // OpenStack