-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes #1421 by patching the upstream resource to be computed as the provider sets a value for it. This is needed for pulumi/pulumi-terraform-bridge#1936 works around hashicorp/terraform-provider-azurerm#25911 issue for patch: #2015 upstream PR: hashicorp/terraform-provider-azurerm#25912
- Loading branch information
1 parent
86f4e21
commit c70fbe2
Showing
5 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
patches/0011-set-frontdoor-backend-pool-settings-to-computed.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Venelin <[email protected]> | ||
Date: Wed, 8 May 2024 18:25:30 +0100 | ||
Subject: [PATCH] set frontdoor backend pool settings to computed | ||
|
||
|
||
diff --git a/internal/services/frontdoor/frontdoor_resource.go b/internal/services/frontdoor/frontdoor_resource.go | ||
index 8beaebb89e..23519eaa45 100644 | ||
--- a/internal/services/frontdoor/frontdoor_resource.go | ||
+++ b/internal/services/frontdoor/frontdoor_resource.go | ||
@@ -2072,6 +2072,7 @@ func resourceFrontDoorSchema() map[string]*pluginsdk.Schema { | ||
"backend_pool_settings": { | ||
Type: pluginsdk.TypeList, | ||
Optional: true, | ||
+ Computed: true, | ||
Elem: &pluginsdk.Resource{ | ||
Schema: map[string]*pluginsdk.Schema{ | ||
"enforce_backend_pools_certificate_name_check": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
sdk/java/src/main/java/com/pulumi/azure/frontdoor/Frontdoor.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.