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

Add module Terraform #622

Merged
merged 10 commits into from
Feb 16, 2024
Merged

Add module Terraform #622

merged 10 commits into from
Feb 16, 2024

Commits on Feb 9, 2024

  1. Add Terraform module

    The Terraform module will pretend to run Terraform apply to AWS with real AWS resource names and random resource IDs. Upon exit, it will state that the apply is complete and print how many resources has been added, changed and destroyed.
    taskinen committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    3508e66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7abfade View commit details
    Browse the repository at this point in the history
  3. Cargo fmt

    taskinen committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    f464eb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    b780f46 View commit details
    Browse the repository at this point in the history
  2. Add Azure and GCP resources

    taskinen committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    89a55b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    699e4e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17cc103 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Cargo fmt

    taskinen committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    ec5b36d View commit details
    Browse the repository at this point in the history
  2. Cargo clippy

    taskinen committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7fe9f3e View commit details
    Browse the repository at this point in the history
  3. Cargo fmt

    This is getting fun =)
    taskinen committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4a967cc View commit details
    Browse the repository at this point in the history