Resource Type: oci_budget_budget
- Defined in:
- lib/puppet/type/oci_budget_budget.rb
- Providers:
-
sdk
Overview
A budget.
Here is an example on how to use this:
oci_budget_budget { 'tenant (root)/test_budget':
ensure => 'present',
amount => 100.0,
description => 'test Budget',
}
This documentation is generated from the [Ruby OCI SDK](github.com/oracle/oci-ruby-sdk).