spaceliftArchived
11 messages
rssalmost 4 years ago(edited)
SRE vs. DevOps: What’s the Difference Between Them?
What does DevOps do? And what about SRE? See our article and find out the differences between DevOps and SRE.
What does DevOps do? And what about SRE? See our article and find out the differences between DevOps and SRE.
rssalmost 4 years ago(edited)
What are Terraform Templates? Basics, Use Cases, Examples
What are Terraform Templates? What are Terraform Templates used for? See examples and use cases.
What are Terraform Templates? What are Terraform Templates used for? See examples and use cases.
Darrin Falmost 4 years ago
@Andriy Knysh (Cloud Posse) I have a spacelift stack (super generic one) that uses a simple module to create an s3 bucket. Then I added atmos.yaml and stack yaml files from example/tutorial. Spacelift seems to understand there is a stack to create. However, the s3 module code to create the bucket does not seem to get invoked. Is there something needed (in either spacelift or my code) to invoke "atmos terraform plan..." or similar? I'm having trouble understanding how the s3 module code will get invoked.
Darrin Falmost 4 years ago
@Andriy Knysh (Cloud Posse) after I create this and run the container I should be able to "atmos version", correct? I get "atmos: command not found". Seems odd but could you just confirm it's working for you?
Darrin Falmost 4 years ago
Getting close. Darrin Falmost 4 years ago
I now have spacelift pointed at this repo
https://github.com/dfreeman-cricut/cautious-octo-robot
copied from
https://github.com/cloudposse/atmos/tree/master/examples/complete
with a working "atmos" image (atop geodesic)
and can run a spacelift "Task" such as
atmos terraform plan infra/vpc -s tenant1-ue2-dev
and see output like it would be ready to produce the requested terraform artifacts
Question: What else is needed now to get spacelift to recognize these state changes and permit me to "Confirm" and "Apply"?
https://github.com/dfreeman-cricut/cautious-octo-robot
copied from
https://github.com/cloudposse/atmos/tree/master/examples/complete
with a working "atmos" image (atop geodesic)
and can run a spacelift "Task" such as
atmos terraform plan infra/vpc -s tenant1-ue2-dev
and see output like it would be ready to produce the requested terraform artifacts
Question: What else is needed now to get spacelift to recognize these state changes and permit me to "Confirm" and "Apply"?
Darrin Falmost 4 years ago
Had a terrific demo to my team with spacelift and cloudposse's terraform modules/approach. Truly appreciate the help in this group; we'll be in touch!
rssalmost 4 years ago(edited)
Terraform vs. AWS CloudFormation: The Ultimate Comparison
Terraform and CloudFormation are both tools for Infrastructure as Code (IaC). We are comparing the two of them and outlining some of the key differences.
Terraform and CloudFormation are both tools for Infrastructure as Code (IaC). We are comparing the two of them and outlining some of the key differences.
rssalmost 4 years ago(edited)
Terraform Init – Command Overview with Quick Usage Examples
What does terraform init command do? See examples and quick usages. Learn how to init your infrastructure with Terraform.
What does terraform init command do? See examples and quick usages. Learn how to init your infrastructure with Terraform.
rssalmost 4 years ago(edited)
What is Pulumi? Key Concepts and Features Overview
In this article you'll learn what Pulumi is, how it works and why it can be helpful for your Infrastructure as Code (IaC).
In this article you'll learn what Pulumi is, how it works and why it can be helpful for your Infrastructure as Code (IaC).
rssalmost 4 years ago(edited)
Working with Ansible Playbooks – Tips & Tricks with Examples
Playbooks are one of the basic components of Ansible. Learn how to use them and see detailed examples with best practices.
Playbooks are one of the basic components of Ansible. Learn how to use them and see detailed examples with best practices.