Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/dynatrace-oss/terraform-provider-dynatrace to v1.58.4 #76

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions provider/cmd/pulumi-resource-dynatrace/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22148,23 +22148,23 @@
},
"hostToPgpropagation": {
"type": "boolean",
"description": "Apply to processes running on matching hosts\n"
"description": "Apply to processes running on matching hosts. `entity_type` must be set to `HOST`\n"
},
"pgToHostPropagation": {
"type": "boolean",
"description": "Apply to underlying hosts of matching process groups\n"
"description": "Apply to underlying hosts of matching process groups. `entity_type` must be set to `PROCESS_GROUP`\n"
},
"pgToServicePropagation": {
"type": "boolean",
"description": "Apply to all services provided by the process groups\n"
"description": "Apply to all services provided by the process groups. `entity_type` must be set to `PROCESS_GROUP`\n"
},
"serviceToHostPropagation": {
"type": "boolean",
"description": "Apply to underlying hosts of matching services\n"
"description": "Apply to underlying hosts of matching services. `entity_type` must be set to `SERVICE`\n"
},
"serviceToPgpropagation": {
"type": "boolean",
"description": "Apply to underlying process groups of matching services\n"
"description": "Apply to underlying process groups of matching services. `entity_type` must be set to `SERVICE`\n"
}
},
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240229143312-4f60ee4e2975

require (
github.com/dynatrace-oss/terraform-provider-dynatrace v1.58.0
github.com/dynatrace-oss/terraform-provider-dynatrace v1.58.4
github.com/pulumi/pulumi-terraform-bridge/v3 v3.84.0
github.com/pulumi/pulumi/sdk/v3 v3.118.0
)
Expand Down
2 changes: 2 additions & 0 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1354,6 +1354,8 @@ github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25Kn
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
github.com/dynatrace-oss/terraform-provider-dynatrace v1.58.0 h1:8NoWEB0JKqIG7uX3iXdmZHkJYfzrr2+5TpSk1ZvgpKU=
github.com/dynatrace-oss/terraform-provider-dynatrace v1.58.0/go.mod h1:uX8UeTPHQEurNGZU+PgwgSLwOJmUEtPe5REstSS5LoU=
github.com/dynatrace-oss/terraform-provider-dynatrace v1.58.4 h1:byDCoe9ZFJFWVTJeMkfyT/ocxfrnaK8RoCvQFB0F4D4=
github.com/dynatrace-oss/terraform-provider-dynatrace v1.58.4/go.mod h1:uX8UeTPHQEurNGZU+PgwgSLwOJmUEtPe5REstSS5LoU=
github.com/dynatrace/dynatrace-configuration-as-code-core v0.5.0 h1:20SpRBiUSQ09fK5v6XW+TOrvR1545eXqxusWTLnbKp4=
github.com/dynatrace/dynatrace-configuration-as-code-core v0.5.0/go.mod h1:HOrpE06WT/s/LEEohGhRlY/26coFLVhWTu0UkouXJEo=
github.com/edsrzf/mmap-go v1.1.0 h1:6EUwBLQ/Mcr1EYLE4Tn1VdW1A4ckqCQWZBw8Hr0kjpQ=
Expand Down
10 changes: 5 additions & 5 deletions sdk/dotnet/Inputs/ManagementZoneV2RulesRuleAttributeRuleArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,31 +44,31 @@ public sealed class ManagementZoneV2RulesRuleAttributeRuleArgs : global::Pulumi.
public Input<string> EntityType { get; set; } = null!;

/// <summary>
/// Apply to processes running on matching hosts
/// Apply to processes running on matching hosts. `entity_type` must be set to `HOST`
/// </summary>
[Input("hostToPgpropagation")]
public Input<bool>? HostToPgpropagation { get; set; }

/// <summary>
/// Apply to underlying hosts of matching process groups
/// Apply to underlying hosts of matching process groups. `entity_type` must be set to `PROCESS_GROUP`
/// </summary>
[Input("pgToHostPropagation")]
public Input<bool>? PgToHostPropagation { get; set; }

/// <summary>
/// Apply to all services provided by the process groups
/// Apply to all services provided by the process groups. `entity_type` must be set to `PROCESS_GROUP`
/// </summary>
[Input("pgToServicePropagation")]
public Input<bool>? PgToServicePropagation { get; set; }

/// <summary>
/// Apply to underlying hosts of matching services
/// Apply to underlying hosts of matching services. `entity_type` must be set to `SERVICE`
/// </summary>
[Input("serviceToHostPropagation")]
public Input<bool>? ServiceToHostPropagation { get; set; }

/// <summary>
/// Apply to underlying process groups of matching services
/// Apply to underlying process groups of matching services. `entity_type` must be set to `SERVICE`
/// </summary>
[Input("serviceToPgpropagation")]
public Input<bool>? ServiceToPgpropagation { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,31 +44,31 @@ public sealed class ManagementZoneV2RulesRuleAttributeRuleGetArgs : global::Pulu
public Input<string> EntityType { get; set; } = null!;

/// <summary>
/// Apply to processes running on matching hosts
/// Apply to processes running on matching hosts. `entity_type` must be set to `HOST`
/// </summary>
[Input("hostToPgpropagation")]
public Input<bool>? HostToPgpropagation { get; set; }

/// <summary>
/// Apply to underlying hosts of matching process groups
/// Apply to underlying hosts of matching process groups. `entity_type` must be set to `PROCESS_GROUP`
/// </summary>
[Input("pgToHostPropagation")]
public Input<bool>? PgToHostPropagation { get; set; }

/// <summary>
/// Apply to all services provided by the process groups
/// Apply to all services provided by the process groups. `entity_type` must be set to `PROCESS_GROUP`
/// </summary>
[Input("pgToServicePropagation")]
public Input<bool>? PgToServicePropagation { get; set; }

/// <summary>
/// Apply to underlying hosts of matching services
/// Apply to underlying hosts of matching services. `entity_type` must be set to `SERVICE`
/// </summary>
[Input("serviceToHostPropagation")]
public Input<bool>? ServiceToHostPropagation { get; set; }

/// <summary>
/// Apply to underlying process groups of matching services
/// Apply to underlying process groups of matching services. `entity_type` must be set to `SERVICE`
/// </summary>
[Input("serviceToPgpropagation")]
public Input<bool>? ServiceToPgpropagation { get; set; }
Expand Down
10 changes: 5 additions & 5 deletions sdk/dotnet/Outputs/ManagementZoneV2RulesRuleAttributeRule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@ public sealed class ManagementZoneV2RulesRuleAttributeRule
/// </summary>
public readonly string EntityType;
/// <summary>
/// Apply to processes running on matching hosts
/// Apply to processes running on matching hosts. `entity_type` must be set to `HOST`
/// </summary>
public readonly bool? HostToPgpropagation;
/// <summary>
/// Apply to underlying hosts of matching process groups
/// Apply to underlying hosts of matching process groups. `entity_type` must be set to `PROCESS_GROUP`
/// </summary>
public readonly bool? PgToHostPropagation;
/// <summary>
/// Apply to all services provided by the process groups
/// Apply to all services provided by the process groups. `entity_type` must be set to `PROCESS_GROUP`
/// </summary>
public readonly bool? PgToServicePropagation;
/// <summary>
/// Apply to underlying hosts of matching services
/// Apply to underlying hosts of matching services. `entity_type` must be set to `SERVICE`
/// </summary>
public readonly bool? ServiceToHostPropagation;
/// <summary>
/// Apply to underlying process groups of matching services
/// Apply to underlying process groups of matching services. `entity_type` must be set to `SERVICE`
/// </summary>
public readonly bool? ServiceToPgpropagation;

Expand Down
40 changes: 20 additions & 20 deletions sdk/go/dynatrace/pulumiTypes1.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions sdk/nodejs/types/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16837,23 +16837,23 @@ export interface ManagementZoneV2RulesRuleAttributeRule {
*/
entityType: pulumi.Input<string>;
/**
* Apply to processes running on matching hosts
* Apply to processes running on matching hosts. `entityType` must be set to `HOST`
*/
hostToPgpropagation?: pulumi.Input<boolean>;
/**
* Apply to underlying hosts of matching process groups
* Apply to underlying hosts of matching process groups. `entityType` must be set to `PROCESS_GROUP`
*/
pgToHostPropagation?: pulumi.Input<boolean>;
/**
* Apply to all services provided by the process groups
* Apply to all services provided by the process groups. `entityType` must be set to `PROCESS_GROUP`
*/
pgToServicePropagation?: pulumi.Input<boolean>;
/**
* Apply to underlying hosts of matching services
* Apply to underlying hosts of matching services. `entityType` must be set to `SERVICE`
*/
serviceToHostPropagation?: pulumi.Input<boolean>;
/**
* Apply to underlying process groups of matching services
* Apply to underlying process groups of matching services. `entityType` must be set to `SERVICE`
*/
serviceToPgpropagation?: pulumi.Input<boolean>;
}
Expand Down
10 changes: 5 additions & 5 deletions sdk/nodejs/types/output.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17075,23 +17075,23 @@ export interface ManagementZoneV2RulesRuleAttributeRule {
*/
entityType: string;
/**
* Apply to processes running on matching hosts
* Apply to processes running on matching hosts. `entityType` must be set to `HOST`
*/
hostToPgpropagation?: boolean;
/**
* Apply to underlying hosts of matching process groups
* Apply to underlying hosts of matching process groups. `entityType` must be set to `PROCESS_GROUP`
*/
pgToHostPropagation?: boolean;
/**
* Apply to all services provided by the process groups
* Apply to all services provided by the process groups. `entityType` must be set to `PROCESS_GROUP`
*/
pgToServicePropagation?: boolean;
/**
* Apply to underlying hosts of matching services
* Apply to underlying hosts of matching services. `entityType` must be set to `SERVICE`
*/
serviceToHostPropagation?: boolean;
/**
* Apply to underlying process groups of matching services
* Apply to underlying process groups of matching services. `entityType` must be set to `SERVICE`
*/
serviceToPgpropagation?: boolean;
}
Expand Down
Loading
Loading