issues Search Results · repo:opszero/terraform-aws-instance language:HCL
Filter by
15 results
(70 ms)15 results
inopszero/terraform-aws-instance (press backspace or delete to remove)resource aws_iam_instance_profile profile {
name = test_profile
role = aws_iam_role.role.name
}
resource aws_iam_role role {
name = test_role
path = /
assume_role_policy = EOF ...
abhiyerra
- 1
- Opened on Feb 10, 2023
- #23
abhiyerra
- Opened on Sep 15, 2022
- #21
Add support for adding EFS mount link to add it to the instance.
It should be a efs_mount and it should get mounted to the instance.
abhiyerra
- Opened on Sep 6, 2022
- #19
Something like retool needs a custom user added to the AMI so we need to add the ability to add additional users.
This should be passed something like:
users = {
retool = [
ssh-key ... ...
abhiyerra
- Opened on Aug 12, 2022
- #17
abhiyerra
- Opened on Jun 2, 2022
- #16
abhiyerra
- Opened on May 17, 2022
- #14
abhiyerra
- Opened on May 13, 2022
- #12
This should be an if else to add into the userdata:
user_data = SCRIPT
#!/bin/bash
apt-get update -y
apt-get install -y ec2-instance-connect
SCRIPT
Variable:
ec2_instance_connect_enabled = true/false ...
abhiyerra
- Opened on May 13, 2022
- #11
https://github.com/opszero/terraform-aws-bastion/blob/main/.github/workflows/tfdocs.yml
https://github.com/opszero/terraform-aws-bastion/blob/main/.terraform-docs.yml
https://github.com/opszero/terraform-aws-bastion/blob/main/usage.md ...
abhiyerra
- Opened on May 5, 2022
- #10
https://github.com/opszero/terraform-aws-bastion/blob/main/.github/workflows/tfdocs.yml
https://github.com/opszero/terraform-aws-bastion/blob/main/.terraform-docs.yml
https://github.com/opszero/terraform-aws-bastion/blob/main/usage.md ...
abhiyerra
- Opened on May 5, 2022
- #9

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.