Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JT-RIVIRhouse committed Apr 22, 2024
1 parent 0181f15 commit 70f8b69
Showing 1 changed file with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,15 @@ const (
)

type KubernetesFluxConfigurationModel struct {
Name string `tfschema:"name"`
ClusterID string `tfschema:"cluster_id"`
BlobStorage []AzureBlobDefinitionModel `tfschema:"blob_storage"`
Bucket []BucketDefinitionModel `tfschema:"bucket"`
GitRepository []GitRepositoryDefinitionModel `tfschema:"git_repository"`
Kustomizations []KustomizationDefinitionModel `tfschema:"kustomizations"`
Namespace string `tfschema:"namespace"`

Scope string `tfschema:"scope"`
ContinuousReconciliationEnabled bool `tfschema:"continuous_reconciliation_enabled"`
Name string `tfschema:"name"`
ClusterID string `tfschema:"cluster_id"`
BlobStorage []AzureBlobDefinitionModel `tfschema:"blob_storage"`
Bucket []BucketDefinitionModel `tfschema:"bucket"`
GitRepository []GitRepositoryDefinitionModel `tfschema:"git_repository"`
Kustomizations []KustomizationDefinitionModel `tfschema:"kustomizations"`
Namespace string `tfschema:"namespace"`
Scope string `tfschema:"scope"`
ContinuousReconciliationEnabled bool `tfschema:"continuous_reconciliation_enabled"`
}

type AzureBlobDefinitionModel struct {
Expand Down

0 comments on commit 70f8b69

Please sign in to comment.