Skip to content

Commit

Permalink
Add connection id to the environment datasources
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per committed Aug 16, 2024
1 parent 46084fd commit d60dfdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/framework/objects/environment/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ type EnvironmentDataSourceModel struct {
CustomBranch types.String `tfsdk:"custom_branch"`
DeploymentType types.String `tfsdk:"deployment_type"`
ExtendedAttributesID types.Int64 `tfsdk:"extended_attributes_id"`
ConnectionID types.Int64 `tfsdk:"connection_id"`
}

type EnvironmentsDataSourceModel struct {
Expand Down

0 comments on commit d60dfdb

Please sign in to comment.