-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oracle Public Cloud support #69
Comments
I don't know, does it? 😅 I've never used OPC. I'm going to guess not, because I don't see any reference to it in resource.go, where the IP extraction (from the statefile) happens. New providers are pretty simple to add; see #67, #52, #24. Please send along a PR if you get it working! |
Sure, let me give try and will update.thanks. |
can i use the tag name to identity my host or i should always the resource type name which i give in my terraform tf file ? |
Hosts can always be identified by their resource name (from your Terraform template, not the actual instance name), and also by tags, if your provider is supported. See the example statefile and the output for an example. Note that the output contains hosts grouped by name, type, and tags. |
All,
I am currently working on Oracle Public cloud infrastructure provisioning using Terraform. can I use the this for syncing inventory with tf state file. does it work?
The text was updated successfully, but these errors were encountered: