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

provider(deps): bump github.com/dynatrace-oss/terraform-provider-dynatrace from 1.71.0 to 1.72.0 in /provider in the modules group #154

Merged
Merged
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
158 changes: 158 additions & 0 deletions provider/cmd/pulumi-resource-dynatrace/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -54630,6 +54630,64 @@
"type": "object"
}
},
"dynatrace:index/githubConnection:GithubConnection": {
"properties": {
"name": {
"type": "string",
"description": "The name of the GitHub connection\n"
},
"token": {
"type": "string",
"description": "Token for the selected authentication type\n",
"secret": true
},
"type": {
"type": "string",
"description": "Possible Values: `pat`\n"
}
},
"required": [
"name",
"type"
],
"inputProperties": {
"name": {
"type": "string",
"description": "The name of the GitHub connection\n"
},
"token": {
"type": "string",
"description": "Token for the selected authentication type\n",
"secret": true
},
"type": {
"type": "string",
"description": "Possible Values: `pat`\n"
}
},
"requiredInputs": [
"type"
],
"stateInputs": {
"description": "Input properties used for looking up and filtering GithubConnection resources.\n",
"properties": {
"name": {
"type": "string",
"description": "The name of the GitHub connection\n"
},
"token": {
"type": "string",
"description": "Token for the selected authentication type\n",
"secret": true
},
"type": {
"type": "string",
"description": "Possible Values: `pat`\n"
}
},
"type": "object"
}
},
"dynatrace:index/gitlabConnection:GitlabConnection": {
"properties": {
"name": {
Expand Down Expand Up @@ -64923,6 +64981,106 @@
"type": "object"
}
},
"dynatrace:index/ms365EmailConnection:Ms365EmailConnection": {
"properties": {
"clientId": {
"type": "string",
"description": "Application (client) ID of your app registered in Microsoft Azure App registrations\n"
},
"clientSecret": {
"type": "string",
"description": "Client secret of your app registered in Microsoft Azure App registrations\n",
"secret": true
},
"fromAddress": {
"type": "string",
"description": "The email address from which the messages will be sent\n"
},
"name": {
"type": "string",
"description": "A unique name for the Microsoft 365 email connection\n"
},
"tenantId": {
"type": "string",
"description": "Directory (tenant) ID of your Azure Active Directory\n"
},
"type": {
"type": "string",
"description": "Possible Values: `client_secret`\n"
}
},
"required": [
"clientId",
"fromAddress",
"name",
"tenantId",
"type"
],
"inputProperties": {
"clientId": {
"type": "string",
"description": "Application (client) ID of your app registered in Microsoft Azure App registrations\n"
},
"clientSecret": {
"type": "string",
"description": "Client secret of your app registered in Microsoft Azure App registrations\n",
"secret": true
},
"fromAddress": {
"type": "string",
"description": "The email address from which the messages will be sent\n"
},
"name": {
"type": "string",
"description": "A unique name for the Microsoft 365 email connection\n"
},
"tenantId": {
"type": "string",
"description": "Directory (tenant) ID of your Azure Active Directory\n"
},
"type": {
"type": "string",
"description": "Possible Values: `client_secret`\n"
}
},
"requiredInputs": [
"clientId",
"fromAddress",
"tenantId",
"type"
],
"stateInputs": {
"description": "Input properties used for looking up and filtering Ms365EmailConnection resources.\n",
"properties": {
"clientId": {
"type": "string",
"description": "Application (client) ID of your app registered in Microsoft Azure App registrations\n"
},
"clientSecret": {
"type": "string",
"description": "Client secret of your app registered in Microsoft Azure App registrations\n",
"secret": true
},
"fromAddress": {
"type": "string",
"description": "The email address from which the messages will be sent\n"
},
"name": {
"type": "string",
"description": "A unique name for the Microsoft 365 email connection\n"
},
"tenantId": {
"type": "string",
"description": "Directory (tenant) ID of your Azure Active Directory\n"
},
"type": {
"type": "string",
"description": "Possible Values: `client_secret`\n"
}
},
"type": "object"
}
},
"dynatrace:index/msentraidConnection:MsentraidConnection": {
"properties": {
"applicationId": {
Expand Down
44 changes: 22 additions & 22 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ toolchain go1.23.2
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240520223432-0c0bf0d65f10

require (
github.com/dynatrace-oss/terraform-provider-dynatrace v1.71.0
github.com/dynatrace-oss/terraform-provider-dynatrace v1.72.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.98.0
github.com/pulumi/pulumi/sdk/v3 v3.143.0
)

require (
cloud.google.com/go v0.112.1 // indirect
cloud.google.com/go/compute/metadata v0.5.0 // indirect
cloud.google.com/go/compute/metadata v0.5.2 // indirect
cloud.google.com/go/iam v1.1.6 // indirect
cloud.google.com/go/storage v1.39.1 // indirect
dario.cat/mergo v1.0.0 // indirect
Expand All @@ -24,7 +24,7 @@ require (
github.com/Masterminds/semver/v3 v3.2.0 // indirect
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ProtonMail/go-crypto v1.1.0-alpha.0 // indirect
github.com/ProtonMail/go-crypto v1.1.3 // indirect
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-cidr v1.1.0 // indirect
Expand All @@ -40,17 +40,17 @@ require (
github.com/charmbracelet/bubbletea v0.25.0 // indirect
github.com/charmbracelet/lipgloss v0.7.1 // indirect
github.com/cheggaaa/pb v1.0.29 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/cloudflare/circl v1.5.0 // indirect
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/deckarep/golang-set/v2 v2.5.0 // indirect
github.com/djherbis/times v1.5.0 // indirect
github.com/dlclark/regexp2 v1.11.0 // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/dynatrace/dynatrace-configuration-as-code-core v0.7.1-0.20241203095532-6211d1be0eb7 // indirect
github.com/edsrzf/mmap-go v1.1.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/ettle/strcase v0.1.1 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.5.0 // indirect
Expand All @@ -76,15 +76,15 @@ require (
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-safetemp v1.0.0 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform-plugin-go v0.24.0 // indirect
github.com/hashicorp/terraform-plugin-go v0.25.0 // indirect
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
github.com/hashicorp/terraform-plugin-sdk v1.17.2 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/iancoleman/strcase v0.2.0 // indirect
Expand Down Expand Up @@ -158,32 +158,32 @@ require (
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/yuin/goldmark v1.7.4 // indirect
github.com/zclconf/go-cty v1.14.2 // indirect
github.com/zclconf/go-cty v1.15.1 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
go.opentelemetry.io/otel v1.24.0 // indirect
go.opentelemetry.io/otel/metric v1.24.0 // indirect
go.opentelemetry.io/otel/trace v1.24.0 // indirect
go.opentelemetry.io/otel v1.31.0 // indirect
go.opentelemetry.io/otel/metric v1.31.0 // indirect
go.opentelemetry.io/otel/trace v1.31.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/oauth2 v0.24.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.8.0 // indirect
golang.org/x/tools v0.22.0 // indirect
golang.org/x/tools v0.28.0 // indirect
google.golang.org/api v0.169.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/grpc v1.67.1 // indirect
google.golang.org/protobuf v1.35.1 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241216192217-9240e9c98484 // indirect
google.golang.org/grpc v1.69.2 // indirect
google.golang.org/protobuf v1.36.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/frand v1.4.2 // indirect
Expand Down
Loading
Loading