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:
parent
0a44aad0f6
commit
1795be7398
11
README.md
11
README.md
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user