PaloAltoNetworks / terraform-provider-prismacloud-orig

Terraform provider for Prisma Cloud
Mozilla Public License 2.0
11 stars 7 forks source link

provider provider.prismacloud does not support resource type #10

Closed zimmermanc closed 4 years ago

zimmermanc commented 4 years ago

Describe the bug

terraform plan fails with error

Expected behavior

terraform plan completes successfully

Current behavior

Using the documentation example fails

resource "prismacloud_compliance_standard" "example" { name = "Foo" description = "Made by Terraform" }

Error: Invalid resource type

on prisma.tf line 21, in resource "prismacloud_compliance_standard" "example": 21: resource "prismacloud_compliance_standard" "example" {

The provider provider.prismacloud does not support resource type "prismacloud_compliance_standard".

Possible solution

Steps to reproduce

1. 2. 3. 4.

Screenshots

Context

Your Environment

go version go1.14.1 linux/amd64 Terraform v0.12.24

shinmog commented 4 years ago

This was determined to be an environment issue. The provider was built and available locally. Deleting the locally built provider allowed terraform init to download the provider, at which point this issue went away.