Provider: OCI
https://www.terraform.io/docs/providers/oci/index.html
- Initial terraform plugins.
- Setup connection credentials as input variables, such various ocids, public keys etc.
- The way of using .tfvars file is deprecated.
- The way of configuring via SDK/CLI configuration file
~/.oci/config
does not work. - Shell variables work as expected.
- An exist oci resource, such as vcn, must be removed before always free configuration can be applied.
- OCI stacks is actually implemented with terraform. There's terraform specific functions in stack's detail panel. Such as terraform configuration download (as a zip), plan, apply, destroy.
- Long way to go as OCI api is rich and complex.
评论
发表评论