We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd4c0f commit 8964cb0Copy full SHA for 8964cb0
internal/service/codebuild/start_build_action.go
@@ -30,6 +30,7 @@ type startBuildAction struct {
30
}
31
32
type startBuildActionModel struct {
33
+ framework.WithRegionModel
34
ProjectName types.String `tfsdk:"project_name"`
35
SourceVersion types.String `tfsdk:"source_version"`
36
Timeout types.Int64 `tfsdk:"timeout"`
0 commit comments