Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

KICKdesigns/terraform-provider-prismacloudcompute

 
 

Repository files navigation

Terraform Provider for Prisma Cloud Compute by Palo Alto Networks


WORK IN PROGRESS. NOT READY FOR USE.


Requirements

Building the provider

  1. Set $GOPATH if not already set.
    export GOPATH=$(go env GOPATH)
  2. Clone this repository and navigate to its directory.
    git clone git@github.com:PaloAltoNetworks/terraform-provider-prismacloudcompute.git $GOPATH/src/github.com/terraform-providers/terraform-provider-prismacloudcompute && cd $_
  3. Install the provider. This also moves the compiled binary to the appropriate location.
    # macOS-specific OS_ARCH; adjust as necessary
    make install OS_ARCH=darwin_amd64 VERSION=0.0.1
  4. Point your terraform file to this local plugin.
    terraform {
      required_providers {
        prismacloudcompute = {
          source  = "paloaltonetworks.com/prismacloud/prismacloudcompute"
          version = "0.0.1"
        }
      }
    }

Developing the provider

See Makefile for available make targets.

About

Terraform provider for Prisma Cloud Compute

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.9%
  • Makefile 0.1%