Skip to content

Commit

Permalink
chore: try, try again
Browse files Browse the repository at this point in the history
  • Loading branch information
hnrkndrssn committed Aug 8, 2024
1 parent 282a0a4 commit 0826a7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func GetArtifactoryGenericFeedResourceSchema() map[string]resourceSchema.Attribu
}

type ArtifactoryGenericFeedTypeResourceModel struct {
*ResourceModel
ResourceModel
FeedUri types.String `tfsdk:"feed_uri"`
Name types.String `tfsdk:"name"`
PackageAcquisitionLocationOptions types.List `tfsdk:"package_acquisition_location_options"`
Expand Down
4 changes: 2 additions & 2 deletions octopusdeploy_framework/schemas/variable.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func GetVariableResourceSchema() resourceSchema.Schema {
}

type VariableTypeResourceModel struct {
*ResourceModel
ResourceModel
Name types.String `tfsdk:"name"`
Description types.String `tfsdk:"description"`
OwnerID types.String `tfsdk:"owner_id"`
Expand All @@ -237,7 +237,7 @@ type VariableTypeResourceModel struct {
}

type VariablesDataSourceModel struct {
*ResourceModel
ResourceModel
OwnerID types.String `tfsdk:"owner_id"`
Name types.String `tfsdk:"name"`
Scope types.List `tfsdk:"scope"`
Expand Down

0 comments on commit 0826a7e

Please sign in to comment.