File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "github.com/infracost/go-proto/pkg/tree/aws/apigatewayv2"
88 "github.com/infracost/go-proto/pkg/tree/aws/appautoscaling"
99 "github.com/infracost/go-proto/pkg/tree/aws/ec2"
10+ "github.com/infracost/go-proto/pkg/tree/backup"
1011)
1112
1213type AWS struct {
@@ -16,6 +17,7 @@ type AWS struct {
1617 APIGateway apigateway.APIGateway `tree:"apigateway"`
1718 APIGatewayV2 apigatewayv2.APIGatewayV2 `tree:"apigatewayv2"`
1819 AppAutoScaling appautoscaling.AppAutoScaling `tree:"appautoscaling"`
20+ Backup backup.Backup `tree:"backup"`
1921}
2022
2123func (aws * AWS ) PostProcess () {
Original file line number Diff line number Diff line change 1+ package backup
2+
3+ type backup struct {
4+ Vaults []Vault `tree:"vaults"`
5+ }
Original file line number Diff line number Diff line change 1+ package backup
2+
3+ import "github.com/infracost/go-proto/pkg/tree/resource"
4+
5+ type Vault struct {
6+ resource.Resource `tree:"-"`
7+ }
You can’t perform that action at this time.
0 commit comments