Coder Social home page Coder Social logo

jakewalsh90 / terraform-azure Goto Github PK

View Code? Open in Web Editor NEW
107.0 107.0 138.0 1.98 MB

Contains Terraform code for Azure deployment - snippets, useful bits, samples, labs and more. All deployable in small instances with ready to go code. These are designed for training/learning and documentation on deployment using GitHub Actions and Terraform Cloud is included.

HCL 94.16% PowerShell 5.65% Shell 0.18%
azure demo devops github-actions labs learning-resources terraform terraform-cloud

terraform-azure's Introduction

Hello! ๐Ÿ˜Š

  • ๐Ÿ”ญ Iโ€™m currently working on Public Cloud / Azure / Terraform / DevOps / IaC / Desktop Virtualisation and more...
  • ๐Ÿ’ป My blog is at jakewalsh.co.uk
  • ๐Ÿ‘พ I'm also on X - @jakewalsh90

terraform-azure's People

Contributors

jakewalsh90 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

terraform-azure's Issues

Missing required argument - sku_name (Azure Firewall)

So when deploying the Azure-Firewall-DemoLab Im getting an error stating its missing an argument. Just messing around and familiarizing myself with terraform so wondering if you could point me in the right direction with this one.

Out of all the terraform firewall examples this one seems the most thorough so any help you could provide would be most appriciated. Thank you!

Below is the snippet.

Error: Missing required argument
โ”‚
โ”‚ on azuredeploy.tf line 334, in resource "azurerm_firewall" "region1-fw01":
โ”‚ 334: resource "azurerm_firewall" "region1-fw01" {
โ”‚
โ”‚ The argument "sku_name" is required, but no definition was found.

Terraform Destroy (No changes. No objects need to be destroyed.)

Hello Jake,
Thank you for the Interstate Meeting last week. ๐Ÿฅ‡

I have now copied your Git repo and executed the Git action "Terraform Validate, Plan, and Apply" for the Single-Region-Azure-BaseLab-v2.
The Azure resources were successfully provisioned.
Cool, thanks! ๐Ÿ‘

Now, when I try to delete the resources using the "Terraform Destroy" action,
I receive the following message: "No changes. No objects need to be destroyed."

Do you have any ideas or tips on what to do?

Single Region Base Lab Environment for Azure

I am very grateful to you for your code
I'm just trying to deploy the single region base lab environment via terraform and git hub actions
I'm still there after 30 minutes:

image
Should the code still work?
Thank you so much!

Best Regards
Florian

More of a question...

In azuredeploy.tf in the resource windows virtual machine you have:
protected_settings = <<PROTECTED_SETTINGS
{
"commandToExecute": "powershell.exe -Command "./baselab_DCSetup.ps1; exit 0;""
}
PROTECTED_SETTINGS

settings = <<SETTINGS
{
"fileUris": [
"https://raw.githubusercontent.com/jakewalsh90/Terraform-Azure/main/Single-Region-Azure-BaseLab/PowerShell/baselab_DCSetup.ps1"
]
}
SETTINGS

Why? The files are listed in the "powershell" folder. Are they not copied to the VM during deployment? Or are they just there for reference?

If the file is downloaded from github, what tells the vm where to copy the file to?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.