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).

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • provider

    The specific backend to use for this ‘oci_budget_budget` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.