Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow creation of CloudWatch logging, additional policy attachment, and KMS decryption #111

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
da5777a
updated module to also instance ec2 instance connect
cc-robertson Mar 22, 2021
b8afd84
updated vars, provider inputs & configuration for host_name records i…
cc-robertson Mar 22, 2021
507924c
feat: added cloudwatch log group to bastion module
cc-robertson Feb 2, 2022
3a470b1
resolved merge conflict
cc-robertson Feb 2, 2022
e284f6f
Merge branch 'cloudposse-master'
cc-robertson Feb 2, 2022
7de4989
feat: removed unneccessary varaibles that get loaded by terragrunt fr…
cc-robertson Feb 2, 2022
d14aabc
Merge branch 'master' into HT-4046
cc-robertson Feb 2, 2022
9b5bff1
fix: resolved outputs from cloudwatch
cc-robertson Feb 2, 2022
716f73e
fix: resolved outputs from cloudwatch
cc-robertson Feb 2, 2022
43f9cc2
fix: resolved outputs from cloudwatch
cc-robertson Feb 2, 2022
6124809
feat: removed isntance connect
cc-robertson Feb 4, 2022
71f4605
fix: removed conenct logic from user_data
cc-robertson Feb 4, 2022
58f9537
Merge pull request #1 from humn-ai/HT-4046
Callumccr Feb 4, 2022
018638d
feat: updated user_data, updated IAM policy for instance profile
cc-robertson Feb 8, 2022
3f83262
added kms:generatedatakey"
cc-robertson Feb 8, 2022
bd41d31
added additional iam policy
cc-robertson Feb 8, 2022
505dd40
added kms:generatedatakey"
cc-robertson Feb 8, 2022
abe649d
fixed existing policies
cc-robertson Feb 8, 2022
2c4f560
fixed existing policies
cc-robertson Feb 8, 2022
8a16910
fixed existing policies
cc-robertson Feb 8, 2022
bb7a7f2
fixed existing policies
cc-robertson Feb 8, 2022
b262af7
feat: added tags to ebs volume
cc-robertson Feb 14, 2022
236ad73
Merge 'cloudposse/master' -v0.30.1
Jul 21, 2022
0c51188
Merge pull request #5 from humn-ai/HT-7895-update-latest
yadachi Jul 21, 2022
c372b2c
fix: add versions.tf and remove terraform.tf
Jul 22, 2022
34b643d
fix: pass kms_key_arn in the policy
Jul 22, 2022
8904c3e
Merge pull request #6 from humn-ai/HT-7895-fix-policy
yadachi Jul 22, 2022
9fbae47
feat(tf): Update config to be suitable for a CloudPosse PR
LawrenceWarren Sep 6, 2023
ee13915
fix(tf): Restore amazon-linux.sh script
LawrenceWarren Sep 6, 2023
92eb54b
Merge branch 'main' into cloudposse-pr-branch
LawrenceWarren Sep 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: removed isntance connect
  • Loading branch information
cc-robertson committed Feb 4, 2022
commit 612480938432c8ef27dcd908fb37f248109f14b7
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -51,7 +51,6 @@ data "template_file" "user_data" {
vars = {
user_data = join("\n", var.user_data)
ssm_enabled = var.ssm_enabled
ec2_instance_connect_enabled = var.ec2_instance_connect_enabled
ssh_user = var.ssh_user
}
}