Skip to content

Commit f7cafe8

Browse files
committed
2024/12/18 CloudFormation schemas in us-east-1; New schemas.
1 parent faaf1bd commit f7cafe8

File tree

9 files changed

+5663
-0
lines changed

9 files changed

+5663
-0
lines changed

internal/provider/all_schemas.hcl

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3709,6 +3709,20 @@ resource_schema "aws_pcaconnectorscep_connector" {
37093709
cloudformation_type_name = "AWS::PCAConnectorSCEP::Connector"
37103710
}
37113711

3712+
resource_schema "aws_pcs_cluster" {
3713+
cloudformation_type_name = "AWS::PCS::Cluster"
3714+
}
3715+
3716+
resource_schema "aws_pcs_compute_node_group" {
3717+
cloudformation_type_name = "AWS::PCS::ComputeNodeGroup"
3718+
suppress_plural_data_source_generation = true
3719+
}
3720+
3721+
resource_schema "aws_pcs_queue" {
3722+
cloudformation_type_name = "AWS::PCS::Queue"
3723+
suppress_plural_data_source_generation = true
3724+
}
3725+
37123726
resource_schema "aws_panorama_application_instance" {
37133727
cloudformation_type_name = "AWS::Panorama::ApplicationInstance"
37143728
}

0 commit comments

Comments
 (0)