Skip to content

Commit

Permalink
Upgrade terraform-provider-akamai to v6.5.0 (#622)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-akamai
--kind=all`.

---

- Upgrading terraform-provider-akamai from 6.4.0  to 6.5.0.
	Fixes #621
  • Loading branch information
pulumi-bot authored Oct 11, 2024
1 parent 54f55d3 commit 42ba125
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions patches/0001-fork.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Subject: [PATCH] fork


diff --git a/pkg/providers/property/resource_akamai_property.go b/pkg/providers/property/resource_akamai_property.go
index 06827022..0d34d2e2 100644
index 190ebb27..1ed0cef7 100644
--- a/pkg/providers/property/resource_akamai_property.go
+++ b/pkg/providers/property/resource_akamai_property.go
@@ -479,9 +479,10 @@ func resourcePropertyCreate(ctx context.Context, d *schema.ResourceData, m inter
@@ -484,9 +484,10 @@ func resourcePropertyCreate(ctx context.Context, d *schema.ResourceData, m inter
// Save minimum state BEFORE moving on
d.SetId(propertyID)
attrs := map[string]interface{}{
Expand All @@ -22,7 +22,7 @@ index 06827022..0d34d2e2 100644
}
if err := tf.SetAttrs(d, attrs); err != nil {
return diag.FromErr(err)
@@ -750,6 +751,7 @@ func resourcePropertyUpdate(ctx context.Context, d *schema.ResourceData, m inter
@@ -754,6 +755,7 @@ func resourcePropertyUpdate(ctx context.Context, d *schema.ResourceData, m inter

var propertyVersion int
if v, ok := d.GetOk("read_version"); ok && v.(int) != 0 {
Expand Down
2 changes: 1 addition & 1 deletion upstream
Submodule upstream updated 828 files

0 comments on commit 42ba125

Please sign in to comment.