Skip to content

Commit

Permalink
fixes #4170
Browse files Browse the repository at this point in the history
  • Loading branch information
fromthehell666 committed Apr 19, 2018
1 parent e7cf8f0 commit ca2251c
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 ca2251c

Please sign in to comment.