From 983befbe8207abafc31c03738d768d9fa170736a Mon Sep 17 00:00:00 2001 From: The Magician Date: Thu, 6 May 2021 07:03:25 -0700 Subject: [PATCH] add transform error function for security policy association read error (#4765) (#9095) * add transform error function for security policy assocaition read error * beta only * move package line out Signed-off-by: Modular Magician --- .changelog/4765.txt | 3 +++ google/security_policy_association_utils.go | 1 + 2 files changed, 4 insertions(+) create mode 100644 .changelog/4765.txt create mode 100644 google/security_policy_association_utils.go diff --git a/.changelog/4765.txt b/.changelog/4765.txt new file mode 100644 index 00000000000..16262abeab8 --- /dev/null +++ b/.changelog/4765.txt @@ -0,0 +1,3 @@ +```release-note:bug +compute: fixed bug where, when an organization security policy association was removed outside of terraform, the next plan/apply would fail. +``` diff --git a/google/security_policy_association_utils.go b/google/security_policy_association_utils.go new file mode 100644 index 00000000000..71664db3c87 --- /dev/null +++ b/google/security_policy_association_utils.go @@ -0,0 +1 @@ +package google