SaaSHub helps you find the best software and product alternatives Learn more →
Magic-modules Alternatives
Similar projects and alternatives to magic-modules
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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.
-
-
-
terraform-cdk
Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform
-
terragrunt
Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.
-
-
-
-
-
-
-
-
-
-
-
mazzle
Discontinued run server for building large and complicated consistent environments http://devops-pipeline.com
-
-
-
magic-modules discussion
magic-modules reviews and mentions
- Magic-Modules: Seamlessly Integrate Google Cloud with Terraform
-
What went wrong with UniSuper and Google Cloud?
While we're at it, it also looks like the provider couldn't provision stretched clusters at all until mid-April. I don't know what I think this means for the theory presented in the article. Maybe Uni was new to TF (or even actively onboarding) and paid the beginner's tax? TF is great at turning beginner mistakes into "you deleted your infra."
Relevant discussion is on https://github.com/GoogleCloudPlatform/magic-modules/pull/10... and relevant code changes are on https://github.com/hashicorp/terraform-provider-google/pull/...
- I think GCP is better than AWS – by Fernando Villalba
-
Terraform Plugin Framework Development: How to implement nested attributes?
In the case of the Google Cloud Platform provider, folks at Google built magic modules with the explicit goal of being able to generate schemas and behaviors for a Terraform provider and for other systems with similar needs. Since the vendor was explicitly aiming to support Terraform, this was the most ideal case where the schema could be designed to contain all of the information needed to generate a functional, usable provider.
-
How to contribute/update to a Terraform provider?
I think the "Developing the provider" instructions in this provider's repository are rather stale, because they still talk about GOPATH even though that's been obsolete for several Go versions now. Note also that much of the code in that repository is auto-generated from an upstream repository googleCloudPlatform/magic-modules, and so for some changes it may be better to contribute there once you've tested the modifications more directly inside the provider repository.
-
Terraform 1.0 Release
For GCP, both ansible modules and terraform modules are actually generated from https://github.com/GoogleCloudPlatform/magic-modules, so their "production readiness" are the same.
I understand that mitchellh himself personally created a bunch of cloud modules for terraform at the beginning, and those were likely of higher quality than whatever created by some internal developers assigned by Google/Microsoft, and might be slightly better than the AWS modules maintained by community.
Anyway, when it comes to ansible versus terraform, we shall move the discourse to states management instead. With ansible, you don't have to deal with states, but will need to clean up the cloud resources separately. With terraform, you can use the tool to clean up the cloud resources easily, but then you also have the headache of managing states. Plus, whenever you change something, there is always the nagging feeling that it will do a destroy/recreate instead of an in-place update.
-
Pulumi 3.0
The Terraform provider for Google Cloud uses partial autogeneration, here is the repo that does the autogeneration for multiple automation tools:
https://github.com/GoogleCloudPlatform/magic-modules
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Jan 2025
Stats
GoogleCloudPlatform/magic-modules is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of magic-modules is Go.
Popular Comparisons
- magic-modules VS terraform-ls
- magic-modules VS tf2pulumi
- magic-modules VS desktop-ansible
- magic-modules VS pulumi-provider-boilerplate
- magic-modules VS terraform-cdk
- magic-modules VS pulumi-terraform-bridge
- magic-modules VS terraform-lsp
- magic-modules VS attr_json
- magic-modules VS terraform-provider-spacelift
- magic-modules VS terraform-provider-meraki