m1-terraform-provider-helper VS terraform-aws-ssh-bastion-service

Compare m1-terraform-provider-helper vs terraform-aws-ssh-bastion-service and see what are their differences.

m1-terraform-provider-helper

CLI to support with downloading and compiling terraform providers for Mac with M1 chip (by kreuzwerker)

terraform-aws-ssh-bastion-service

Terraform plan to deploy ssh bastion as a containerised, stateless service on AWS with IAM based authentication (by joshuamkite)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
m1-terraform-provider-helper terraform-aws-ssh-bastion-service
6 12
455 204
3.7% -
3.5 0.0
28 days ago 12 months ago
Go HCL
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

m1-terraform-provider-helper

Posts with mentions or reviews of m1-terraform-provider-helper. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-10.

terraform-aws-ssh-bastion-service

Posts with mentions or reviews of terraform-aws-ssh-bastion-service. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-18.
  • Adding two separte custom_data blocks?
    1 project | /r/Terraform | 6 Jun 2023
    I'm not sure from this exactly what you're trying to do. If you're working with cloudinit/userdata then I can point you to an example.
  • Best tips for reducing cloud costs?
    3 projects | /r/devops | 18 May 2023
    I actually mashed together cloudposse/terraform-aws-dynamic-subnets (which has an option to use NAT instances instead of gateways) and joshuamkite/terraform-aws-ssh-bastion-service. That allowed for even cheaper setups where your bastion jump-host (the host you proxy through to get to the private subnets) is also the NAT gateway. I quite liked this setup because the bastion sessions were sufficiently sandboxed in a ephemeral container, and we didn't need twice the number of hosts to have both NAT instances and bastions.
  • templatefile to use 'inline templates'
    1 project | /r/Terraform | 2 Mar 2023
    I have a public terraform module which i migrated away from the template provider last year. You can see how I handled the changes and used the new provider if that helps
  • Executing remote-exec via terraform led to my resource to stuck at still creating
    2 projects | /r/Terraform | 23 Jan 2023
    You should try to avoid using remote exec with terraform wherever possible. It's not a great fit with the declarative approach that Terraform aims for. Here you would be better off using 'user data' to provision your instance. I have a public project that deploys and builds a Golang app on EC2. It's a bit more complicated than your example here, but it does demonstrate a method for doing what you're trying to do with the approach that I have suggested.
  • How to pratice
    2 projects | /r/Terraform | 29 Dec 2022
    The thing that really moved me on from junior to senior in this area was finding something that was a common pain point for many people that I could focus on to address as a 'simple' solution that could be used as a 'black box' or 'tick box'. Once it picked up steam I had to deal with other people's use cases and suggestions that I had never considered before, both in person (when i spoke at meetups) and online (open source project).
  • Terraform: Jesus, how to generate YAML from a template file?
    1 project | /r/Terraform | 23 Dec 2022
    It looks like you might be misunderstanding the purpose of the yamlencode function here. Terraform doesn't need to know anything about the syntax of the file you're using with templatefile, as long as it's text, you're good. Just start with a yaml file and use the templatefile syntax for your substitutions. Examples
  • Upgrading from 0.11 to 1.3
    1 project | /r/Terraform | 2 Nov 2022
    I have a public Terraform module with releases incrementing from tf 11 thru 1.2.0 where you can see changes dealing with this sorry of thing
  • Terraform and EC2 user_data to create 2 files
    3 projects | /r/Terraform | 8 Sep 2022
    I'm well aware. My repo that I linked is in multi part mime. An older version used different mime types but I couldn't get it to handle all the conditional logic reliably
  • Terraform plan is different across systems (Linux and Windows)
    2 projects | /r/Terraform | 2 Jul 2022
    I haven't seen your code but it sounds like you're using it wrong. I can well imagine that if you apply multiple cloudinit_config files to a single host that they get placed in alphabetical order but I don't really get why you would want to do that. In many environments, e.g. AWS, you can only supply a single user data file to your host anyway. cloudinit_config supports mullti-part MIME encoding so that you can combine sections from multiple sources in a predictable way.
  • Terraform AWS assume role policy help
    1 project | /r/Terraform | 9 Jun 2022
    You can see terraform rendering IAM policies with interpoalted assume role policies in my module.

What are some alternatives?

When comparing m1-terraform-provider-helper and terraform-aws-ssh-bastion-service you can also consider the following projects:

prometheus - The Prometheus monitoring system and time series database.

terraform-aws-dynamic-subnets - Terraform module for public and private subnets provisioning in existing VPC

nixml - NIX + YAML for easy to use reproducible environments

terraform - Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

nix-cde - Nix Common Development Environment

terraform-general-cloudinit - A cloudinit wrapper module that enables quick machine configuration

drone - Gitness is an Open Source developer platform with Source Control management, Continuous Integration and Continuous Delivery. [Moved to: https://github.com/harness/gitness]

terraform-switcher - A command line tool to switch between different versions of terraform (install with homebrew and more)

fnm - 🚀 Fast and simple Node.js version manager, built in Rust

asdf-python - Python plugin for the asdf version manager