AWS AWSCloudFormation documentation change
Summary
Removed single quotes around CloudFormation resource types in YAML examples
Security assessment
Changes are purely syntactic (removing quotes from YAML type declarations). No security implications as the resource configurations remain identical. No evidence of security vulnerability fixes.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/blue-green-template-example.md b/AWSCloudFormation/latest/UserGuide/blue-green-template-example.md index a88547e34..1552456e0 100644 --- a//AWSCloudFormation/latest/UserGuide/blue-green-template-example.md +++ b//AWSCloudFormation/latest/UserGuide/blue-green-template-example.md @@ -286 +286 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::EC2::VPC::Id' + Type: AWS::EC2::VPC::Id @@ -288 +288 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::EC2::Subnet::Id' + Type: AWS::EC2::Subnet::Id @@ -290 +290 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::EC2::Subnet::Id' + Type: AWS::EC2::Subnet::Id @@ -295 +295 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::CodeDeploy::BlueGreen' + Type: AWS::CodeDeploy::BlueGreen @@ -304 +304 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::ECS::Service' + Type: AWS::ECS::Service @@ -315 +315 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::ElasticLoadBalancingV2::Listener' + Type: AWS::ElasticLoadBalancingV2::Listener @@ -322 +322 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::EC2::SecurityGroup' + Type: AWS::EC2::SecurityGroup @@ -340 +340 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::ElasticLoadBalancingV2::TargetGroup' + Type: AWS::ElasticLoadBalancingV2::TargetGroup @@ -359 +359 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::ElasticLoadBalancingV2::TargetGroup' + Type: AWS::ElasticLoadBalancingV2::TargetGroup @@ -378 +378 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::ElasticLoadBalancingV2::LoadBalancer' + Type: AWS::ElasticLoadBalancingV2::LoadBalancer @@ -392 +392 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::ElasticLoadBalancingV2::Listener' + Type: AWS::ElasticLoadBalancingV2::Listener @@ -404 +404 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::ElasticLoadBalancingV2::ListenerRule' + Type: AWS::ElasticLoadBalancingV2::ListenerRule @@ -421 +421 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::IAM::Role' + Type: AWS::IAM::Role @@ -434 +434 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::ECS::TaskDefinition' + Type: AWS::ECS::TaskDefinition @@ -454 +454 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::ECS::Cluster' + Type: AWS::ECS::Cluster @@ -457 +457 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::ECS::Service' + Type: AWS::ECS::Service @@ -464 +464 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::ECS::TaskSet' + Type: AWS::ECS::TaskSet @@ -487 +487 @@ Creating a stack with the template will provision the initial configuration of t - Type: 'AWS::ECS::PrimaryTaskSet' + Type: AWS::ECS::PrimaryTaskSet