Skip to content

Commit

Permalink
Fixed ssm activation error #205 (#222)
Browse files Browse the repository at this point in the history
* Fixed ssm activation error

* Auto Format

* Updated README.md

---------

Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 31, 2023
1 parent 87808f7 commit d3e0bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.

## Copyright

Copyright © 2017-2022 [Cloud Posse, LLC](https://cpco.io/copyright)
Copyright © 2017-2023 [Cloud Posse, LLC](https://cpco.io/copyright)



Expand Down
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ resource "aws_ssm_activation" "ec2" {
iam_role = join("", aws_iam_role.ec2.*.id)
registration_limit = var.autoscale_max
tags = module.this.tags
depends_on = [aws_elastic_beanstalk_environment.default]
}

data "aws_iam_policy_document" "default" {
Expand Down

0 comments on commit d3e0bcb

Please sign in to comment.