File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## Version 0.3.0 - 2021-12-16
44### Added
5- - Projects support.
5+ - Projects support ([ #40 ] ( https://github.com/PaloAltoNetworks/terraform-provider-prismacloudcompute/pull/40 ) , @wfg ).
6+ - Custom runtime rule data source ([ #39 ] ( https://github.com/PaloAltoNetworks/terraform-provider-prismacloudcompute/pull/39 ) , @hi-artem ).
7+
8+ ### Fixed
9+ - Typo in host runtime policy parser ([ #36 ] ( https://github.com/PaloAltoNetworks/terraform-provider-prismacloudcompute/pull/36 ) , @hi-artem ).
10+
611## Version 0.2.0 - 2021-12-13
712### Added
813- Admission policy resource type ([ #33 ] ( https://github.com/PaloAltoNetworks/terraform-provider-prismacloudcompute/pull/33 ) , @hi-artem ).
Original file line number Diff line number Diff line change 44
55require (
66 github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.1
7- github.com/paloaltonetworks/prisma-cloud-compute-go v0.3.1-0.20211214170928-7d8e2ff321f8
7+ github.com/paloaltonetworks/prisma-cloud-compute-go v0.4.1
88)
99
1010require (
Original file line number Diff line number Diff line change @@ -273,6 +273,8 @@ github.com/paloaltonetworks/prisma-cloud-compute-go v0.3.0 h1:O/HomclXcUnt/YXct+
273273github.com/paloaltonetworks/prisma-cloud-compute-go v0.3.0 /go.mod h1:xwe8aQ+fjs4vVCaeP78KCthSU74QM5suaV9k2UUyAow =
274274github.com/paloaltonetworks/prisma-cloud-compute-go v0.3.1-0.20211214170928-7d8e2ff321f8 h1:V/Uuk9VPAGWgfvJBVj9JlXFDsMUVt+lAZOcPEgWr3C0 =
275275github.com/paloaltonetworks/prisma-cloud-compute-go v0.3.1-0.20211214170928-7d8e2ff321f8 /go.mod h1:xwe8aQ+fjs4vVCaeP78KCthSU74QM5suaV9k2UUyAow =
276+ github.com/paloaltonetworks/prisma-cloud-compute-go v0.4.1 h1:dZWL8Qrv3zk0swdtY2zLRIkhtlEbc3Ni7Dwn5V907ZM =
277+ github.com/paloaltonetworks/prisma-cloud-compute-go v0.4.1 /go.mod h1:xwe8aQ+fjs4vVCaeP78KCthSU74QM5suaV9k2UUyAow =
276278github.com/pkg/errors v0.8.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
277279github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
278280github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
You can’t perform that action at this time.
0 commit comments