Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CodeCommit allowed values #600

Merged
merged 4 commits into from
Jan 28, 2019

Conversation

fatbasstard
Copy link
Contributor

Issue #50, if available:

Added the allowed values of all the AWS::CodeCommit resources.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov-io
Copy link

codecov-io commented Jan 22, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@4220d77). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #600   +/-   ##
=========================================
  Coverage          ?   84.89%           
=========================================
  Files             ?      113           
  Lines             ?     6453           
  Branches          ?     1505           
=========================================
  Hits              ?     5478           
  Misses            ?      627           
  Partials          ?      348

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4220d77...477356f. Read the comment docs.

@fatbasstard fatbasstard changed the title Allowed values Add CodeCommit allowed values Jan 22, 2019
@fatbasstard
Copy link
Contributor Author

Closing this (temporary). Updating a lot of spec files in different branch results in merge hell... And caused me to loose changes in PR #586...

(Hate myself for that).

Let's work on 1 PR related to Spec files at once...

@fatbasstard fatbasstard reopened this Jan 25, 2019
@fatbasstard
Copy link
Contributor Author

PR re-opened. Back in business...

@@ -168,10 +168,18 @@ Resources:
NotificationType: "ACTUAL" # Valid AllowedValue
ComparisonOperator: "GREATER_THAN" # Valid AllowedValue
Certificate:
Type: AWS::CertificateManager::Certificate
Type: "AWS::CertificateManager::Certificate"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like a weird change. Was there a particular reason for this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Constency, like the commit description says. Just cosmetics...

BTW: The AWS documentation itself is inconsistent with this as well. Some documentation uses quoted, some don't:

Without: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html
With: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html

I liked to keep it consistent with the quotes in the entire stack ;)

@kddejong kddejong merged commit fbaf117 into aws-cloudformation:master Jan 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants