Skip to content

intel/terraform-provider-intelcloud

ITAC Terraform Provider

This ITAC provider plugin brings the power of Hashicorp's Terraform to Intel Tiber AI Cloud (ITAC). It allows developers to model and manage their ITAC Resources through HCL IaaC (Infrastructure as a Code).

Useful links:

The provider lets you declaratively define the configuration for your Intel Cloud platform.

Contents

Requirements

Using the ITAC provider

To quickly get started using the Intel provider for Terraform, configure the provider as shown below. Full provider documentation with details on all options available is located on the Terraform Registry site.

terraform {
  required_providers {
    intel-cloud = {
      source = "intel/intel-cloud"
      version = "0.0.2"
    }
  }
}

provider "intel-cloud" {
  # Configuration options
}

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages