Skip to content

Instantly share code, notes, and snippets.

@Shinichi-Nakagawa
Created March 20, 2025 09:45
Show Gist options
  • Select an option

  • Save Shinichi-Nakagawa/c4e66db84798e923dcc68a603eb5a4ee to your computer and use it in GitHub Desktop.

Select an option

Save Shinichi-Nakagawa/c4e66db84798e923dcc68a603eb5a4ee to your computer and use it in GitHub Desktop.
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.0"
}
}
required_version = ">= 0.14.9"
}
provider "azurerm" {
features {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment