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:
|
||||
|
||||
* AWS
|
||||
* DigitalOcean
|
||||
* CloudStack
|
||||
* VMware
|
||||
* OpenStack
|
||||
* Google Compute Engine
|
||||
* SoftLayer
|
||||
* DigitalOcean
|
||||
* Docker
|
||||
* Exoscale
|
||||
* Google Compute Engine
|
||||
* OpenStack
|
||||
* Scaleway
|
||||
* SoftLayer
|
||||
* VMware
|
||||
|
||||
It's very simple to add support for new providers. See pull requests with the
|
||||
[provider][pv] label for examples.
|
||||
|
@ -21,7 +21,7 @@ func init() {
|
||||
"public_ipv6", // Scaleway
|
||||
"private_ip", // AWS
|
||||
"ipaddress", // CS
|
||||
"ip_address", // VMware
|
||||
"ip_address", // VMware, Docker
|
||||
"network_interface.0.ipv4_address", // VMware
|
||||
"default_ip_address", // provider.vsphere v1.1.1
|
||||
"access_ip_v4", // OpenStack
|
||||
|
Loading…
Reference in New Issue
Block a user