Skip to content

Commit

Permalink
chore(deps): bump github.com/aquasecurity/terraform-provider-aquasec …
Browse files Browse the repository at this point in the history
…from 0.8.16 to 0.8.17 in /provider (#50)

* chore(deps): bump github.com/aquasecurity/terraform-provider-aquasec

Bumps [github.com/aquasecurity/terraform-provider-aquasec](https://github.com/aquasecurity/terraform-provider-aquasec) from 0.8.16 to 0.8.17.
- [Release notes](https://github.com/aquasecurity/terraform-provider-aquasec/releases)
- [Changelog](https://github.com/aquasecurity/terraform-provider-aquasec/blob/main/.goreleaser.yml)
- [Commits](aquasecurity/terraform-provider-aquasec@v0.8.16...v0.8.17)

---
updated-dependencies:
- dependency-name: github.com/aquasecurity/terraform-provider-aquasec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: update sdk and schema

Signed-off-by: Engin Diri <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Engin Diri <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Engin Diri <[email protected]>
  • Loading branch information
dependabot[bot] and dirien committed Nov 14, 2022
1 parent ca4f0c3 commit 147c0e8
Show file tree
Hide file tree
Showing 798 changed files with 7,563 additions and 10,634 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PROVIDER_PATH := provider
VERSION_PATH := ${PROVIDER_PATH}/pkg/version.Version

JAVA_GEN := pulumi-java-gen
JAVA_GEN_VERSION := v0.5.0
JAVA_GEN_VERSION := v0.6.0
TFGEN := pulumi-tfgen-${PACK}
PROVIDER := pulumi-resource-${PACK}
VERSION := $(shell pulumictl get version)
Expand Down
193 changes: 72 additions & 121 deletions provider/cmd/pulumi-resource-aquasec/schema.json

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20220824175045-450992f2f5b9

require (
github.com/aquasecurity/terraform-provider-aquasec v0.8.16
github.com/aquasecurity/terraform-provider-aquasec v0.8.17
github.com/pulumi/pulumi-terraform-bridge/v3 v3.33.0
github.com/pulumi/pulumi/sdk/v3 v3.46.1
)
Expand All @@ -17,12 +17,12 @@ require (
cloud.google.com/go/kms v1.4.0 // indirect
cloud.google.com/go/logging v1.0.0 // indirect
cloud.google.com/go/storage v1.24.0 // indirect
github.com/AlecAivazis/survey/v2 v2.0.5 // indirect
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible // indirect
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.1 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.0.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.4.1 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
Expand Down Expand Up @@ -147,9 +147,9 @@ require (
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/natefinch/atomic v1.0.1 // indirect
github.com/opentracing/basictracer-go v1.1.0 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
Expand All @@ -162,8 +162,8 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/posener/complete v1.2.3 // indirect
github.com/pulumi/pulumi-java/pkg v0.6.0 // indirect
github.com/pulumi/pulumi-yaml v0.5.10 // indirect
github.com/pulumi/pulumi/pkg/v3 v3.44.2 // indirect
github.com/pulumi/pulumi-yaml v1.0.2 // indirect
github.com/pulumi/pulumi/pkg/v3 v3.46.1 // indirect
github.com/pulumi/schema-tools v0.1.0 // indirect
github.com/pulumi/terraform-diff-reader v0.0.0-20201211191010-ad4715e9285e // indirect
github.com/rivo/uniseg v0.2.0 // indirect
Expand Down Expand Up @@ -214,7 +214,6 @@ require (
google.golang.org/genproto v0.0.0-20220802133213-ce4fa296bf78 // indirect
google.golang.org/grpc v1.49.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/AlecAivazis/survey.v1 v1.8.9-0.20200217094205-6773bdf39b7f // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
21 changes: 9 additions & 12 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ contrib.go.opencensus.io/exporter/stackdriver v0.13.13/go.mod h1:5pSSGY0Bhuk7waT
contrib.go.opencensus.io/integrations/ocsql v0.1.7/go.mod h1:8DsSdjz3F+APR+0z0WkU1aRorQCFfRxvqjUUPMbF3fE=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/AdaLogics/go-fuzz-headers v0.0.0-20210715213245-6c3934b029d8/go.mod h1:CzsSbkDixRphAF5hS6wbMKq0eI6ccJRb7/A0M6JBnwg=
github.com/AlecAivazis/survey/v2 v2.0.5 h1:xpZp+Q55wi5C7Iaze+40onHnEkex1jSc34CltJjOoPM=
github.com/AlecAivazis/survey/v2 v2.0.5/go.mod h1:WYBhg6f0y/fNYUuesWQc0PKbJcEliGcYHB9sNT3Bg74=
github.com/Azure/azure-amqp-common-go/v3 v3.1.0/go.mod h1:PBIGdzcO1teYoufTKMcGibdKaYZv4avS+O6LNIp8bq0=
github.com/Azure/azure-amqp-common-go/v3 v3.1.1/go.mod h1:YsDaPfaO9Ub2XeSKdIy2DfwuiQlHQCauHJwSqtrkECI=
Expand Down Expand Up @@ -134,7 +135,6 @@ github.com/Azure/go-amqp v0.17.0/go.mod h1:9YJ3RhxRT1gquYnzpZO1vcYMMpAdJT+QEg6fw
github.com/Azure/go-amqp v0.17.5/go.mod h1:9YJ3RhxRT1gquYnzpZO1vcYMMpAdJT+QEg6fwmw9Zlg=
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8=
github.com/Azure/go-ansiterm v0.0.0-20210608223527-2377c96fe795/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8=
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 h1:UQHMgLO+TxOElx5B5HZ4hJQsoJ/PvUvKRhJHDQXO8P8=
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E=
github.com/Azure/go-autorest v10.8.1+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24=
github.com/Azure/go-autorest v14.2.0+incompatible h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs=
Expand Down Expand Up @@ -271,8 +271,8 @@ github.com/apparentlymart/go-textseg v1.0.0/go.mod h1:z96Txxhf3xSFMPmb5X/1W05FF/
github.com/apparentlymart/go-textseg/v12 v12.0.0/go.mod h1:S/4uRK2UtaQttw1GenVJEynmyUenKwP++x/+DdGV/Ec=
github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw=
github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo=
github.com/aquasecurity/terraform-provider-aquasec v0.8.16 h1:5qgFgP+/5i//YfAdb8RppsfxZOIMETb/m01CMb2MLAs=
github.com/aquasecurity/terraform-provider-aquasec v0.8.16/go.mod h1:S4DZuMDbOmS1wevN+wcpXTQl0EsY+QFiNhyz6o6vaUs=
github.com/aquasecurity/terraform-provider-aquasec v0.8.17 h1:9l7NO/K/9a7vQT3dm6P4lJz9hN1HXxSaz8vAooVRByI=
github.com/aquasecurity/terraform-provider-aquasec v0.8.17/go.mod h1:S4DZuMDbOmS1wevN+wcpXTQl0EsY+QFiNhyz6o6vaUs=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
Expand Down Expand Up @@ -1354,7 +1354,6 @@ github.com/moby/sys/symlink v0.1.0/go.mod h1:GGDODQmbFOjFsXvfLVn3+ZRxkch54RkSiGq
github.com/moby/sys/symlink v0.2.0/go.mod h1:7uZVF2dqJjG/NsClqul95CqKOBRQyYSNnJ6BMgR/gFs=
github.com/moby/term v0.0.0-20200312100748-672ec06f55cd/go.mod h1:DdlQx2hp0Ss5/fLikoLlEeIYiATotOjgB//nb973jeo=
github.com/moby/term v0.0.0-20210610120745-9d4ed1856297/go.mod h1:vgPCkQMyxTZ7IDy8SXRufE172gr8+K/JE/7hHFxHW3A=
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 h1:dcztxKSvZ4Id8iPpHERQBbIJfabdt4wUm5qy3wOL2Zc=
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6/go.mod h1:E2VnQOmVuvZB6UYnnDB0qG5Nq/1tD9acaOpo6xmt0Kw=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
Expand All @@ -1368,6 +1367,8 @@ github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJ
github.com/montanaflynn/stats v0.6.6/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow=
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
github.com/mrunalp/fileutils v0.5.0/go.mod h1:M1WthSahJixYnrXQl/DFQuteStB1weuxD2QJNHXfbSQ=
github.com/muesli/cancelreader v0.2.2 h1:3I4Kt4BQjOR54NavqnDogx/MIoWBFa0StPA8ELUXHmA=
github.com/muesli/cancelreader v0.2.2/go.mod h1:3XuTXfFS2VjM+HTLZY9Ak0l6eUKfijIfMUZ4EgX0QYo=
github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
Expand Down Expand Up @@ -1560,10 +1561,10 @@ github.com/pulumi/pulumi-java/pkg v0.6.0 h1:haiSQJlhrQIBBcR0r0aQCIF8i69e4znzRnHp
github.com/pulumi/pulumi-java/pkg v0.6.0/go.mod h1:xSK2B792P8zjwYZTHYapMM1RJdue2BpRFQNYObWO0C8=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.33.0 h1:Q4B7rkJ/6JA20k8/QlB5SggrdJiBWxjXz+tNPDi2t8I=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.33.0/go.mod h1:J3Jy0quNlS1bNZIFQK3dxUz34AR4FyWlTvdp20gD74A=
github.com/pulumi/pulumi-yaml v0.5.10 h1:r9vP2mSgyCngA2CZzzD5c1fS8iytnTz2eGo9UzKBYYY=
github.com/pulumi/pulumi-yaml v0.5.10/go.mod h1:vxV5TdH3Xk5HRHNftcDXSbsZFJcJY9ME6k4zD+xw9OY=
github.com/pulumi/pulumi/pkg/v3 v3.44.2 h1:PbjppVv17nrlSCD2AR/pxr39cJuuMRl+1ft5PAmPoZM=
github.com/pulumi/pulumi/pkg/v3 v3.44.2/go.mod h1:ZPmdEFaa4IT0RWIvLxP61SidP91X+WRtpvIXP+fENkE=
github.com/pulumi/pulumi-yaml v1.0.2 h1:8fuoFNJlYJm1ni1Fff8QsIvef3E+ilroTPDrYKyy088=
github.com/pulumi/pulumi-yaml v1.0.2/go.mod h1:FKly+y0x5onXHEZALNnFglr6ZZnro4Y/jlN4sYLKYeM=
github.com/pulumi/pulumi/pkg/v3 v3.46.1 h1:YwEAckUmXUM/ELWiPRk9/ZuPv9bogJgDLh11x6VdGtI=
github.com/pulumi/pulumi/pkg/v3 v3.46.1/go.mod h1:Rebr+SHHGtTu2w7VURQZDEUYDhtvjECoovIfh9TYHQU=
github.com/pulumi/pulumi/sdk/v3 v3.46.1 h1:z9I0dLP2FPGTrNSIuUtShTNe1SZLSK0//tmWrjDfFrI=
github.com/pulumi/pulumi/sdk/v3 v3.46.1/go.mod h1:n5EPRVFDh+EFwYZ+oaZmEtwgVN1A6NnI82B7ks/bmTU=
github.com/pulumi/schema-tools v0.1.0 h1:o1nVQaJEnmcA+3trxe+0sIDlrILxEIOvgUQ2Ze4OFsk=
Expand Down Expand Up @@ -2606,8 +2607,6 @@ google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQ
google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.28.1 h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w=
google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
gopkg.in/AlecAivazis/survey.v1 v1.8.9-0.20200217094205-6773bdf39b7f h1:AQkMzsSzHWrgZWqGRpuRaRPDmyNibcXlpGcnQJ7HxZw=
gopkg.in/AlecAivazis/survey.v1 v1.8.9-0.20200217094205-6773bdf39b7f/go.mod h1:CaHjv79TCgAvXMSFJSVgonHXYWxnhzI3eoHtnX5UgUo=
gopkg.in/airbrake/gobrake.v2 v2.0.9/go.mod h1:/h5ZAUhDkGaJfjzjKLSjv6zCL6O0LLBxU4K+aSYdM/U=
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down Expand Up @@ -2655,10 +2654,8 @@ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C
gopkg.in/yaml.v3 v3.0.0/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=
gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw=
gotest.tools/v3 v3.0.2/go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk=
gotest.tools/v3 v3.0.3 h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0=
gotest.tools/v3 v3.0.3/go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8=
honnef.co/go/tools v0.0.0-20180728063816-88497007e858/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
Expand Down
24 changes: 24 additions & 0 deletions sdk/dotnet/ContainerRuntimePolicy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ namespace Pulumiverse.Aquasec
/// "registry1",
/// "registry2",
/// },
/// ApplicationScopes = new[]
/// {
/// "Global",
/// },
/// AuditAllNetworkActivity = true,
/// AuditAllProcessesActivity = true,
/// AuditFullCommandArguments = true,
Expand Down Expand Up @@ -138,6 +142,11 @@ namespace Pulumiverse.Aquasec
/// },
/// ForkGuardProcessLimit = 13,
/// LimitNewPrivileges = true,
/// MalwareScanOptions = new Aquasec.Inputs.ContainerRuntimePolicyMalwareScanOptionsArgs
/// {
/// Action = "alert",
/// Enabled = true,
/// },
/// MonitorSystemTimeChanges = true,
/// ReadonlyFilesAndDirectories = new[]
/// {
Expand All @@ -154,6 +163,21 @@ namespace Pulumiverse.Aquasec
/// "proc1",
/// "proc2",
/// },
/// ScopeExpression = "v1 || v2",
/// ScopeVariables = new[]
/// {
/// new Aquasec.Inputs.ContainerRuntimePolicyScopeVariableArgs
/// {
/// Attribute = "kubernetes.cluster",
/// Value = "default",
/// },
/// new Aquasec.Inputs.ContainerRuntimePolicyScopeVariableArgs
/// {
/// Attribute = "kubernetes.label",
/// Name = "app",
/// Value = "aqua",
/// },
/// },
/// });
///
/// });
Expand Down
18 changes: 0 additions & 18 deletions sdk/dotnet/FunctionAssurancePolicy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ public partial class FunctionAssurancePolicy : global::Pulumi.CustomResource
[Output("applicationScopes")]
public Output<ImmutableArray<string>> ApplicationScopes { get; private set; } = null!;

/// <summary>
/// What type of assurance policy is described.
/// </summary>
[Output("assuranceType")]
public Output<string?> AssuranceType { get; private set; } = null!;

/// <summary>
/// Indicates if auditing for failures.
/// </summary>
Expand Down Expand Up @@ -425,12 +419,6 @@ public InputList<string> ApplicationScopes
set => _applicationScopes = value;
}

/// <summary>
/// What type of assurance policy is described.
/// </summary>
[Input("assuranceType")]
public Input<string>? AssuranceType { get; set; }

/// <summary>
/// Indicates if auditing for failures.
/// </summary>
Expand Down Expand Up @@ -894,12 +882,6 @@ public InputList<string> ApplicationScopes
set => _applicationScopes = value;
}

/// <summary>
/// What type of assurance policy is described.
/// </summary>
[Input("assuranceType")]
public Input<string>? AssuranceType { get; set; }

/// <summary>
/// Indicates if auditing for failures.
/// </summary>
Expand Down
18 changes: 18 additions & 0 deletions sdk/dotnet/FunctionRuntimePolicy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ namespace Pulumiverse.Aquasec
/// {
/// var functionRuntimePolicy = new Aquasec.FunctionRuntimePolicy("functionRuntimePolicy", new()
/// {
/// ApplicationScopes = new[]
/// {
/// "Global",
/// },
/// BlockMaliciousExecutables = true,
/// BlockMaliciousExecutablesAllowedProcesses = new[]
/// {
Expand All @@ -37,6 +41,20 @@ namespace Pulumiverse.Aquasec
/// Description = "function_runtime_policy",
/// Enabled = true,
/// Enforce = false,
/// ScopeVariables = new[]
/// {
/// new Aquasec.Inputs.FunctionRuntimePolicyScopeVariableArgs
/// {
/// Attribute = "kubernetes.cluster",
/// Value = "default",
/// },
/// new Aquasec.Inputs.FunctionRuntimePolicyScopeVariableArgs
/// {
/// Attribute = "kubernetes.label",
/// Name = "app",
/// Value = "aqua",
/// },
/// },
/// });
///
/// });
Expand Down
32 changes: 4 additions & 28 deletions sdk/dotnet/GetApplicationScope.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,24 +86,12 @@ public List<Inputs.GetApplicationScopeCategoryArgs> Categories
set => _categories = value;
}

/// <summary>
/// Description of the application scope.
/// </summary>
[Input("description")]
public string? Description { get; set; }

/// <summary>
/// Name of an application scope.
/// </summary>
[Input("name", required: true)]
public string Name { get; set; } = null!;

/// <summary>
/// Name of an application scope.
/// </summary>
[Input("ownerEmail")]
public string? OwnerEmail { get; set; }

public GetApplicationScopeArgs()
{
}
Expand All @@ -124,24 +112,12 @@ public InputList<Inputs.GetApplicationScopeCategoryInputArgs> Categories
set => _categories = value;
}

/// <summary>
/// Description of the application scope.
/// </summary>
[Input("description")]
public Input<string>? Description { get; set; }

/// <summary>
/// Name of an application scope.
/// </summary>
[Input("name", required: true)]
public Input<string> Name { get; set; } = null!;

/// <summary>
/// Name of an application scope.
/// </summary>
[Input("ownerEmail")]
public Input<string>? OwnerEmail { get; set; }

public GetApplicationScopeInvokeArgs()
{
}
Expand All @@ -163,7 +139,7 @@ public sealed class GetApplicationScopeResult
/// <summary>
/// Description of the application scope.
/// </summary>
public readonly string? Description;
public readonly string Description;
/// <summary>
/// The provider-assigned unique ID for this managed resource.
/// </summary>
Expand All @@ -175,21 +151,21 @@ public sealed class GetApplicationScopeResult
/// <summary>
/// Name of an application scope.
/// </summary>
public readonly string? OwnerEmail;
public readonly string OwnerEmail;

[OutputConstructor]
private GetApplicationScopeResult(
string author,

ImmutableArray<Outputs.GetApplicationScopeCategoryResult> categories,

string? description,
string description,

string id,

string name,

string? ownerEmail)
string ownerEmail)
{
Author = author;
Categories = categories;
Expand Down

0 comments on commit 147c0e8

Please sign in to comment.