amckenzie7 / terraform-provider-prismacloudcompute

Terraform provider for Prisma Cloud Compute

Home Page:https://registry.terraform.io/providers/PaloAltoNetworks/prismacloudcompute/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Provider for Prisma Cloud Compute

You can find the Prisma Cloud Compute provider in the Terraform Registry.

Basic setup

terraform {
  required_providers {
    prismacloudcompute = {
      source  = "PaloAltoNetworks/prismacloudcompute"
      version = "0.5.0"
    }
  }
}

provider "prismacloudcompute" {
  # Configure provider with file
  #
  config_file = "creds.json"

  # Alternatively, you can use variables
  #
  # console_url = "https://console.example.com"
  # username = "myUsername"
  # password = "myPassword"
}

Complete documentation can be found in the marketplace listing.

Contributing

Contributions are welcome! Please read the contributing guide for more information.

Support

Please read our support document for details on how to get support for this project.

About

Terraform provider for Prisma Cloud Compute

https://registry.terraform.io/providers/PaloAltoNetworks/prismacloudcompute/latest

License:Mozilla Public License 2.0


Languages

Language:Go 99.9%Language:Makefile 0.1%