You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Terraform OCI Provider

Hi all, I was doing the research and I didn't found the right way to tag all oci resources from the oci provider configuration.

On AWS this is possible by configuring the default tag: https://www.hashicorp.com/blog/default-tags-in-the-terraform-aws-provider

provider "aws" {
 default_tags {
   tags = {
     Environment = "Test"
     Owner       = "TFProviders"
     Project     = "Test"
   }
 }
}

Is there a way to configure the same for OCI?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!