1Z0-1067 · Question #25
What is a key benefit of using Oracle Cloud Infrastructure's Resource Manager for your Terraform provisioning and management activities?
The correct answer is D. Resource Manager manages the Terraform state file for your infrastructure and locks the file so that. Resource Manager is an Oracle Cloud Infrastructure service that allows you to automate the process of provisioning your Oracle Cloud Infrastructure resources. Using Terraform, Resource Manager helps you install, configure, and manage resources through the…
Question
What is a key benefit of using Oracle Cloud Infrastructure's Resource Manager for your Terraform provisioning and management activities?
Exhibit
Options
- AResource Manager has administrative privileges by design. Even if your IAM user does not have
- BYou can use Resource Manager to identify and maintain an Inventory of all Compute and Database
- CYou can use Resource Manager to apply patches to all existing Oracle Linux Instances In a specified
- DResource Manager manages the Terraform state file for your infrastructure and locks the file so that
How the community answered
(63 responses)- A3% (2)
- B5% (3)
- C14% (9)
- D78% (49)
Explanation
Resource Manager is an Oracle Cloud Infrastructure service that allows you to automate the process of provisioning your Oracle Cloud Infrastructure resources. Using Terraform, Resource Manager helps you install, configure, and manage resources through the "infrastructure-as-code" model. A Terraform configuration codifies your infrastructure in declarative configuration files. Resource Manager allows you to share and manage infrastructure configurations and state files across multiple teams and platforms. This infrastructure management can't be done with local Terraform installations and Oracle Terraform modules alone. JOB: Instructions to perform the actions defined in your configuration. Only one job at a time can run on a given stack; further, you can have only one set of Oracle Cloud Infrastructure resources on a given stack. To provision a different set of resources, you must create a separate stack and use a different The following image represents a generalized view of the Resource Manager workflow.
Topics
Community Discussion
No community discussion yet for this question.
