Skip to content

Commit

Permalink
Merge pull request #4268 from bratdim/ssm_operating_system_centos
Browse files Browse the repository at this point in the history
ssm operating_system centos (fixes #4170)
  • Loading branch information
bflad authored Apr 20, 2018
2 parents e7cf8f0 + ca2251c commit b9946ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/resource_aws_ssm_patch_baseline.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ var ssmPatchOSs = []string{
ssm.OperatingSystemAmazonLinux,
ssm.OperatingSystemUbuntu,
ssm.OperatingSystemRedhatEnterpriseLinux,
ssm.OperatingSystemCentos,
}

func resourceAwsSsmPatchBaseline() *schema.Resource {
Expand Down

0 comments on commit b9946ae

Please sign in to comment.