Skip to content

Commit 8964cb0

Browse files
committed
Add region
1 parent 2cd4c0f commit 8964cb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/service/codebuild/start_build_action.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ type startBuildAction struct {
3030
}
3131

3232
type startBuildActionModel struct {
33+
framework.WithRegionModel
3334
ProjectName types.String `tfsdk:"project_name"`
3435
SourceVersion types.String `tfsdk:"source_version"`
3536
Timeout types.Int64 `tfsdk:"timeout"`

0 commit comments

Comments
 (0)