PaloAltoNetworks / terraform-provider-prismacloudcompute

Terraform provider for Prisma Cloud Compute
https://registry.terraform.io/providers/PaloAltoNetworks/prismacloudcompute/latest
Mozilla Public License 2.0
24 stars 28 forks source link

Terraform resource "prismacloudcompute_credential" doesn't show nothing in the Console #62

Open aymericpineau opened 2 years ago

aymericpineau commented 2 years ago

PrismaCloudCompute 0.7.0

Describe the bug

Using the "prismacloudcompute_credential" resource works but the created resource does not show up:

  1. Neither in Compute > Manage/Authentication > Credentials store
  2. Nor in Compute > Manage/Cloud Accounts (since Credentials store moved here)

Expected behavior

Using the "prismacloudcompute_credential" terraform provider resource should show up an "entity/item" in Compute > Manage/Cloud Accounts

Current behavior

Nothing is to be seen nowhere in the Prisma Cloud Console

maxboynton commented 1 year ago

This issue should be resolved as of the the v0.8.0 release (https://github.com/PaloAltoNetworks/terraform-provider-prismacloudcompute/pull/71) depending on the sort of credential being created. If you're still experiencing this issue, please provide the definition of the credential resource in your tf file so we can investigate further.