Skip to content

Commit d3e0bcb

Browse files
dcotelocloudpossebotactions-bot
authored
Fixed ssm activation error #205 (#222)
* 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>
1 parent 87808f7 commit d3e0bcb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
529529

530530
## Copyright
531531

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

534534

535535

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ resource "aws_ssm_activation" "ec2" {
161161
iam_role = join("", aws_iam_role.ec2.*.id)
162162
registration_limit = var.autoscale_max
163163
tags = module.this.tags
164+
depends_on = [aws_elastic_beanstalk_environment.default]
164165
}
165166

166167
data "aws_iam_policy_document" "default" {

0 commit comments

Comments
 (0)