CHANGE: Deleted Media Convert Queue
This commit is contained in:
@@ -9,7 +9,6 @@ import (
|
||||
|
||||
"github.com/pulumi/pulumi-aws/sdk/v7/go/aws/cloudfront"
|
||||
"github.com/pulumi/pulumi-aws/sdk/v7/go/aws/ec2"
|
||||
"github.com/pulumi/pulumi-aws/sdk/v7/go/aws/mediaconvert"
|
||||
"github.com/pulumi/pulumi-aws/sdk/v7/go/aws/rds"
|
||||
"github.com/pulumi/pulumi-aws/sdk/v7/go/aws/s3"
|
||||
"github.com/pulumi/pulumi-postgresql/sdk/v3/go/postgresql"
|
||||
@@ -168,16 +167,6 @@ func main() {
|
||||
return err
|
||||
}
|
||||
|
||||
_, err = mediaconvert.NewQueue(ctx, "awsQueueResource", &mediaconvert.QueueArgs{
|
||||
ConcurrentJobs: pulumi.Int(3),
|
||||
Name: pulumi.String("main-transcoding-queue"),
|
||||
PricingPlan: pulumi.String("ON_DEMAND"),
|
||||
Status: pulumi.String("ACTIVE"),
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
// Small, single-AZ Postgres instance for the assignment: default VPC,
|
||||
// no public access, no Multi-AZ, no backups, destroyable without a snapshot.
|
||||
vpc, err := ec2.LookupVpc(ctx, &ec2.LookupVpcArgs{Default: pulumi.BoolRef(true)})
|
||||
|
||||
Reference in New Issue
Block a user