forked from databricks/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade TF provider to 1.42.0 (databricks#1418)
## Changes Upgrade TF provider to 1.42.0 Also fixes databricks#1258
- Loading branch information
1 parent
4724ecb
commit a393c87
Showing
11 changed files
with
150 additions
and
58 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package schema | ||
|
||
const ProviderVersion = "1.40.0" | ||
const ProviderVersion = "1.42.0" |
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
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
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
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
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
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,9 @@ | ||
// Generated from Databricks Terraform provider schema. DO NOT EDIT. | ||
|
||
package schema | ||
|
||
type ResourceMwsNccBinding struct { | ||
Id string `json:"id,omitempty"` | ||
NetworkConnectivityConfigId string `json:"network_connectivity_config_id"` | ||
WorkspaceId int `json:"workspace_id"` | ||
} |
17 changes: 17 additions & 0 deletions
17
bundle/internal/tf/schema/resource_mws_ncc_private_endpoint_rule.go
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,17 @@ | ||
// Generated from Databricks Terraform provider schema. DO NOT EDIT. | ||
|
||
package schema | ||
|
||
type ResourceMwsNccPrivateEndpointRule struct { | ||
ConnectionState string `json:"connection_state,omitempty"` | ||
CreationTime int `json:"creation_time,omitempty"` | ||
Deactivated bool `json:"deactivated,omitempty"` | ||
DeactivatedAt int `json:"deactivated_at,omitempty"` | ||
EndpointName string `json:"endpoint_name,omitempty"` | ||
GroupId string `json:"group_id"` | ||
Id string `json:"id,omitempty"` | ||
NetworkConnectivityConfigId string `json:"network_connectivity_config_id"` | ||
ResourceId string `json:"resource_id"` | ||
RuleId string `json:"rule_id,omitempty"` | ||
UpdatedTime int `json:"updated_time,omitempty"` | ||
} |
51 changes: 51 additions & 0 deletions
51
bundle/internal/tf/schema/resource_mws_network_connectivity_config.go
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,51 @@ | ||
// Generated from Databricks Terraform provider schema. DO NOT EDIT. | ||
|
||
package schema | ||
|
||
type ResourceMwsNetworkConnectivityConfigEgressConfigDefaultRulesAwsStableIpRule struct { | ||
CidrBlocks []string `json:"cidr_blocks,omitempty"` | ||
} | ||
|
||
type ResourceMwsNetworkConnectivityConfigEgressConfigDefaultRulesAzureServiceEndpointRule struct { | ||
Subnets []string `json:"subnets,omitempty"` | ||
TargetRegion string `json:"target_region,omitempty"` | ||
TargetServices []string `json:"target_services,omitempty"` | ||
} | ||
|
||
type ResourceMwsNetworkConnectivityConfigEgressConfigDefaultRules struct { | ||
AwsStableIpRule *ResourceMwsNetworkConnectivityConfigEgressConfigDefaultRulesAwsStableIpRule `json:"aws_stable_ip_rule,omitempty"` | ||
AzureServiceEndpointRule *ResourceMwsNetworkConnectivityConfigEgressConfigDefaultRulesAzureServiceEndpointRule `json:"azure_service_endpoint_rule,omitempty"` | ||
} | ||
|
||
type ResourceMwsNetworkConnectivityConfigEgressConfigTargetRulesAzurePrivateEndpointRules struct { | ||
ConnectionState string `json:"connection_state,omitempty"` | ||
CreationTime int `json:"creation_time,omitempty"` | ||
Deactivated bool `json:"deactivated,omitempty"` | ||
DeactivatedAt int `json:"deactivated_at,omitempty"` | ||
EndpointName string `json:"endpoint_name,omitempty"` | ||
GroupId string `json:"group_id,omitempty"` | ||
NetworkConnectivityConfigId string `json:"network_connectivity_config_id,omitempty"` | ||
ResourceId string `json:"resource_id,omitempty"` | ||
RuleId string `json:"rule_id,omitempty"` | ||
UpdatedTime int `json:"updated_time,omitempty"` | ||
} | ||
|
||
type ResourceMwsNetworkConnectivityConfigEgressConfigTargetRules struct { | ||
AzurePrivateEndpointRules []ResourceMwsNetworkConnectivityConfigEgressConfigTargetRulesAzurePrivateEndpointRules `json:"azure_private_endpoint_rules,omitempty"` | ||
} | ||
|
||
type ResourceMwsNetworkConnectivityConfigEgressConfig struct { | ||
DefaultRules *ResourceMwsNetworkConnectivityConfigEgressConfigDefaultRules `json:"default_rules,omitempty"` | ||
TargetRules *ResourceMwsNetworkConnectivityConfigEgressConfigTargetRules `json:"target_rules,omitempty"` | ||
} | ||
|
||
type ResourceMwsNetworkConnectivityConfig struct { | ||
AccountId string `json:"account_id,omitempty"` | ||
CreationTime int `json:"creation_time,omitempty"` | ||
Id string `json:"id,omitempty"` | ||
Name string `json:"name"` | ||
NetworkConnectivityConfigId string `json:"network_connectivity_config_id,omitempty"` | ||
Region string `json:"region"` | ||
UpdatedTime int `json:"updated_time,omitempty"` | ||
EgressConfig *ResourceMwsNetworkConnectivityConfigEgressConfig `json:"egress_config,omitempty"` | ||
} |
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
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