github.com/hashicorp/packer@v1.14.3/datasource/hcp-packer-artifact/data.hcl2spec.go (about)

     1  // Code generated by "packer-sdc mapstructure-to-hcl2"; DO NOT EDIT.
     2  
     3  package hcp_packer_artifact
     4  
     5  import (
     6  	"github.com/hashicorp/hcl/v2/hcldec"
     7  	"github.com/zclconf/go-cty/cty"
     8  )
     9  
    10  // FlatConfig is an auto-generated flat version of Config.
    11  // Where the contents of a field with a `mapstructure:,squash` tag are bubbled up.
    12  type FlatConfig struct {
    13  	PackerBuildName     *string           `mapstructure:"packer_build_name" cty:"packer_build_name" hcl:"packer_build_name"`
    14  	PackerBuilderType   *string           `mapstructure:"packer_builder_type" cty:"packer_builder_type" hcl:"packer_builder_type"`
    15  	PackerCoreVersion   *string           `mapstructure:"packer_core_version" cty:"packer_core_version" hcl:"packer_core_version"`
    16  	PackerDebug         *bool             `mapstructure:"packer_debug" cty:"packer_debug" hcl:"packer_debug"`
    17  	PackerForce         *bool             `mapstructure:"packer_force" cty:"packer_force" hcl:"packer_force"`
    18  	PackerOnError       *string           `mapstructure:"packer_on_error" cty:"packer_on_error" hcl:"packer_on_error"`
    19  	PackerUserVars      map[string]string `mapstructure:"packer_user_variables" cty:"packer_user_variables" hcl:"packer_user_variables"`
    20  	PackerSensitiveVars []string          `mapstructure:"packer_sensitive_variables" cty:"packer_sensitive_variables" hcl:"packer_sensitive_variables"`
    21  	BucketName          *string           `mapstructure:"bucket_name" required:"true" cty:"bucket_name" hcl:"bucket_name"`
    22  	ChannelName         *string           `mapstructure:"channel_name" required:"true" cty:"channel_name" hcl:"channel_name"`
    23  	VersionFingerprint  *string           `mapstructure:"version_fingerprint" required:"true" cty:"version_fingerprint" hcl:"version_fingerprint"`
    24  	Platform            *string           `mapstructure:"platform" required:"true" cty:"platform" hcl:"platform"`
    25  	Region              *string           `mapstructure:"region" required:"true" cty:"region" hcl:"region"`
    26  	ComponentType       *string           `mapstructure:"component_type" required:"false" cty:"component_type" hcl:"component_type"`
    27  }
    28  
    29  // FlatMapstructure returns a new FlatConfig.
    30  // FlatConfig is an auto-generated flat version of Config.
    31  // Where the contents a fields with a `mapstructure:,squash` tag are bubbled up.
    32  func (*Config) FlatMapstructure() interface{ HCL2Spec() map[string]hcldec.Spec } {
    33  	return new(FlatConfig)
    34  }
    35  
    36  // HCL2Spec returns the hcl spec of a Config.
    37  // This spec is used by HCL to read the fields of Config.
    38  // The decoded values from this spec will then be applied to a FlatConfig.
    39  func (*FlatConfig) HCL2Spec() map[string]hcldec.Spec {
    40  	s := map[string]hcldec.Spec{
    41  		"packer_build_name":          &hcldec.AttrSpec{Name: "packer_build_name", Type: cty.String, Required: false},
    42  		"packer_builder_type":        &hcldec.AttrSpec{Name: "packer_builder_type", Type: cty.String, Required: false},
    43  		"packer_core_version":        &hcldec.AttrSpec{Name: "packer_core_version", Type: cty.String, Required: false},
    44  		"packer_debug":               &hcldec.AttrSpec{Name: "packer_debug", Type: cty.Bool, Required: false},
    45  		"packer_force":               &hcldec.AttrSpec{Name: "packer_force", Type: cty.Bool, Required: false},
    46  		"packer_on_error":            &hcldec.AttrSpec{Name: "packer_on_error", Type: cty.String, Required: false},
    47  		"packer_user_variables":      &hcldec.AttrSpec{Name: "packer_user_variables", Type: cty.Map(cty.String), Required: false},
    48  		"packer_sensitive_variables": &hcldec.AttrSpec{Name: "packer_sensitive_variables", Type: cty.List(cty.String), Required: false},
    49  		"bucket_name":                &hcldec.AttrSpec{Name: "bucket_name", Type: cty.String, Required: false},
    50  		"channel_name":               &hcldec.AttrSpec{Name: "channel_name", Type: cty.String, Required: false},
    51  		"version_fingerprint":        &hcldec.AttrSpec{Name: "version_fingerprint", Type: cty.String, Required: false},
    52  		"platform":                   &hcldec.AttrSpec{Name: "platform", Type: cty.String, Required: false},
    53  		"region":                     &hcldec.AttrSpec{Name: "region", Type: cty.String, Required: false},
    54  		"component_type":             &hcldec.AttrSpec{Name: "component_type", Type: cty.String, Required: false},
    55  	}
    56  	return s
    57  }
    58  
    59  // FlatDatasourceOutput is an auto-generated flat version of DatasourceOutput.
    60  // Where the contents of a field with a `mapstructure:,squash` tag are bubbled up.
    61  type FlatDatasourceOutput struct {
    62  	Platform           *string           `mapstructure:"platform" cty:"platform" hcl:"platform"`
    63  	ComponentType      *string           `mapstructure:"component_type" cty:"component_type" hcl:"component_type"`
    64  	CreatedAt          *string           `mapstructure:"created_at" cty:"created_at" hcl:"created_at"`
    65  	BuildID            *string           `mapstructure:"build_id" cty:"build_id" hcl:"build_id"`
    66  	VersionID          *string           `mapstructure:"version_id" cty:"version_id" hcl:"version_id"`
    67  	ChannelID          *string           `mapstructure:"channel_id" cty:"channel_id" hcl:"channel_id"`
    68  	PackerRunUUID      *string           `mapstructure:"packer_run_uuid" cty:"packer_run_uuid" hcl:"packer_run_uuid"`
    69  	ExternalIdentifier *string           `mapstructure:"external_identifier" cty:"external_identifier" hcl:"external_identifier"`
    70  	Region             *string           `mapstructure:"region" cty:"region" hcl:"region"`
    71  	Labels             map[string]string `mapstructure:"labels" cty:"labels" hcl:"labels"`
    72  }
    73  
    74  // FlatMapstructure returns a new FlatDatasourceOutput.
    75  // FlatDatasourceOutput is an auto-generated flat version of DatasourceOutput.
    76  // Where the contents a fields with a `mapstructure:,squash` tag are bubbled up.
    77  func (*DatasourceOutput) FlatMapstructure() interface{ HCL2Spec() map[string]hcldec.Spec } {
    78  	return new(FlatDatasourceOutput)
    79  }
    80  
    81  // HCL2Spec returns the hcl spec of a DatasourceOutput.
    82  // This spec is used by HCL to read the fields of DatasourceOutput.
    83  // The decoded values from this spec will then be applied to a FlatDatasourceOutput.
    84  func (*FlatDatasourceOutput) HCL2Spec() map[string]hcldec.Spec {
    85  	s := map[string]hcldec.Spec{
    86  		"platform":            &hcldec.AttrSpec{Name: "platform", Type: cty.String, Required: false},
    87  		"component_type":      &hcldec.AttrSpec{Name: "component_type", Type: cty.String, Required: false},
    88  		"created_at":          &hcldec.AttrSpec{Name: "created_at", Type: cty.String, Required: false},
    89  		"build_id":            &hcldec.AttrSpec{Name: "build_id", Type: cty.String, Required: false},
    90  		"version_id":          &hcldec.AttrSpec{Name: "version_id", Type: cty.String, Required: false},
    91  		"channel_id":          &hcldec.AttrSpec{Name: "channel_id", Type: cty.String, Required: false},
    92  		"packer_run_uuid":     &hcldec.AttrSpec{Name: "packer_run_uuid", Type: cty.String, Required: false},
    93  		"external_identifier": &hcldec.AttrSpec{Name: "external_identifier", Type: cty.String, Required: false},
    94  		"region":              &hcldec.AttrSpec{Name: "region", Type: cty.String, Required: false},
    95  		"labels":              &hcldec.AttrSpec{Name: "labels", Type: cty.Map(cty.String), Required: false},
    96  	}
    97  	return s
    98  }