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

New Resource: azurerm_data_lake_store #1219

Merged
merged 26 commits into from
May 20, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
formtting terraform
  • Loading branch information
Neeran Gul committed May 17, 2018
commit 915a9685158d28be58d56cc2efd63707e8f49c2e
4 changes: 2 additions & 2 deletions website/docs/r/data_lake_store.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Manage an Azure Data Lake Store.
```hcl
# Pay As You Go
resource "azurerm_resource_group" "test" {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get the terraform in the example formatted to look nice please?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup moved to 2 spaces

name = "test"
location = "northeurope"
name = "test"
location = "northeurope"
}

resource "azurerm_data_lake_store" "consumption" {
Expand Down