terraform-provider-prismacloudcompute

command module
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2023 License: MPL-2.0 Imports: 2 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL