Skip to content

Commit 5e6f880

Browse files
committed
Apply plugin patch
1 parent fc6d253 commit 5e6f880

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/plugin-patch.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
source .venv/bin/activate
4343
pip install --upgrade pip
4444
pip install -r requirements.txt
45+
46+
- name: Apply Terraform Plugin Sdk Patch
47+
run: |
48+
cd terraform-provider-aws
49+
go mod edit --replace github.com/hashicorp/terraform-plugin-sdk/v2=github.com/cloutierMat/terraform-plugin-sdk/v2@0e0cb30d203d5e8e3222850acbb8467cd48543d2
50+
go mod tidy
4551
4652
- name: Patch Terraform Provider
4753
run: |

0 commit comments

Comments
 (0)