Skip to content

Instantly share code, notes, and snippets.

@matyix
Created August 17, 2017 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matyix/eba98112bfb16dda6bd2b9f818f498b4 to your computer and use it in GitHub Desktop.
Save matyix/eba98112bfb16dda6bd2b9f818f498b4 to your computer and use it in GitHub Desktop.
autoscalinggroup.go
Apply
logger.Debug("Actual ASG state - %v", actual.(*Asg))
logger.Debug("Expected ASG state - %v", expected.(*Asg))
launchconfiguration.go
Apply
logger.Debug("%v", actual.(*Lc))
logger.Debug("%v", expected.(*Lc))
securitygroup.go
Apply
logger.Debug("%v", actual.(*SecurityGroup))
logger.Debug("%v", expected.(*SecurityGroup))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment