Skip to content

Instantly share code, notes, and snippets.

@jungopro
Created October 5, 2018 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jungopro/b248f29b44101c6d633ad5428f38c27f to your computer and use it in GitHub Desktop.
Save jungopro/b248f29b44101c6d633ad5428f38c27f to your computer and use it in GitHub Desktop.
Basic provider with hardcoded credentials
provider "azurerm" {
subscription_id = "xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx"
client_id ="xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx"
client_secret ="xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx"
tenant_id ="xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment