@@ -4045,30 +4045,78 @@ compatibility shim in favor of the new "name" field.`)
40454045 "aws_quicksight_group_membership" : {Tok : awsResource (quicksightMod , "GroupMembership" )},
40464046 "aws_quicksight_data_source" : {Tok : awsResource (quicksightMod , "DataSource" )},
40474047 "aws_quicksight_folder" : {Tok : awsResource (quicksightMod , "Folder" )},
4048+
40484049 "aws_quicksight_template" : {
40494050 Tok : awsResource (quicksightMod , "Template" ),
4050- Fields : map [string ]* tfbridge.SchemaInfo {
4051- // HACK: remove this field for now as it breaks dotnet codegen due to our current type naming strategy.
4052- // https://github.com/pulumi/pulumi-terraform-bridge/issues/1118
4053- "definition" : {Omit : true },
4051+ Fields : map [string ]* info.Schema {
4052+ "definition" : {
4053+ Elem : & info.Schema {
4054+ Fields : map [string ]* info.Schema {
4055+ "sheets" : {
4056+ Elem : & info.Schema {
4057+ Fields : map [string ]* info.Schema {
4058+ "visuals" : {
4059+ Elem : & info.Schema {
4060+ TypePrefixOverride : tfbridge .StringRef ("" ),
4061+ },
4062+ },
4063+ },
4064+ },
4065+ },
4066+ },
4067+ },
4068+ },
40544069 },
40554070 },
4071+
40564072 "aws_quicksight_analysis" : {
40574073 Tok : awsResource (quicksightMod , "Analysis" ),
4058- Fields : map [string ]* tfbridge.SchemaInfo {
4059- // HACK: remove this field for now as it breaks dotnet and java codegen due to our current type naming strategy.
4060- // https://github.com/pulumi/pulumi-terraform-bridge/issues/1118
4061- "definition" : {Omit : true },
4074+ Fields : map [string ]* info.Schema {
4075+ "definition" : {
4076+ Elem : & info.Schema {
4077+ Fields : map [string ]* info.Schema {
4078+ "sheets" : {
4079+ Elem : & info.Schema {
4080+ Fields : map [string ]* info.Schema {
4081+ "visuals" : {
4082+ Elem : & info.Schema {
4083+ Type : "aws:quicksight/Visual:Visual" ,
4084+ OmitType : true ,
4085+ },
4086+ },
4087+ },
4088+ },
4089+ },
4090+ },
4091+ },
4092+ },
40624093 },
40634094 },
4095+
40644096 "aws_quicksight_dashboard" : {
40654097 Tok : awsResource (quicksightMod , "Dashboard" ),
4066- Fields : map [string ]* tfbridge.SchemaInfo {
4067- // HACK: remove this field for now as it breaks dotnet and java codegen due to our current type naming strategy.
4068- // https://github.com/pulumi/pulumi-terraform-bridge/issues/1118
4069- "definition" : {Omit : true },
4098+ Fields : map [string ]* info.Schema {
4099+ "definition" : {
4100+ Elem : & info.Schema {
4101+ Fields : map [string ]* info.Schema {
4102+ "sheets" : {
4103+ Elem : & info.Schema {
4104+ Fields : map [string ]* info.Schema {
4105+ "visuals" : {
4106+ Elem : & info.Schema {
4107+ Type : "aws:quicksight/Visual:Visual" ,
4108+ OmitType : true ,
4109+ },
4110+ },
4111+ },
4112+ },
4113+ },
4114+ },
4115+ },
4116+ },
40704117 },
40714118 },
4119+
40724120 // Service Quotas
40734121 "aws_servicequotas_service_quota" : {Tok : awsResource (servicequotasMod , "ServiceQuota" )},
40744122 // Fis
0 commit comments