-
Notifications
You must be signed in to change notification settings - Fork 5k
New Resource: azurerm_dynatrace_monitor
#27432
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
1635a79
New resources: azurerm_dynatrace_monitors, azurerm_dynatrace_tag_rules
jiaweitao001 66c631f
Adding documentation
jiaweitao001 1c6897a
Add subcategory
jiaweitao001 aa1919a
Renaming parameters
jiaweitao001 e29c604
change variable names
jiaweitao001 bc52244
Fix acc tests
jiaweitao001 c5455db
Renaming variables
jiaweitao001 84f445b
fix schema
jiaweitao001 8d4567a
fix imports
jiaweitao001 e9f9e06
retrigger teamcity run
jiaweitao001 42fa5e5
rebase dynatrace
jiaweitao001 fed7c15
Update API
jiaweitao001 70e0c18
New Resource: azurerm_dynatrace_monitors
jiaweitao001 9a5a1ab
sort imports
jiaweitao001 d09c64d
Fix imports
jiaweitao001 4f1df1a
Fix lint
jiaweitao001 d4f2622
Fix gencheck
jiaweitao001 8fc8047
Fix gofmt
jiaweitao001 d08fce5
Remove redundant condition
jiaweitao001 ab0f662
Address PR comments
jiaweitao001 e0d4364
Update docs
jiaweitao001 2221a67
Update expand/flatten identity helper
jiaweitao001 dca6838
Add prechecks
jiaweitao001 fa5a7b4
remove effective date, testing
jiaweitao001 fabb928
modified tests, replace pointers
jiaweitao001 ad57c54
modified docs
jiaweitao001 0fa9382
upgrade vendor
jiaweitao001 5a9bf21
fix go gen
jiaweitao001 abce79a
skip tests
jiaweitao001 1b73d35
inclined some functions, changed docs
jiaweitao001 c31798c
fix imports
jiaweitao001 eed639b
update vendors
jiaweitao001 927c7f4
inlined values, add tracking issue
jiaweitao001 c076a2d
Format code to follow guidance
jiaweitao001 05005d6
format acc test
jiaweitao001 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Renaming parameters
- Loading branch information
commit aa1919add9ca734e1ef7ccc4fb622202ce6b9919
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,7 +38,7 @@ resource "azurerm_dynatrace_monitors" "example" { | |
| plan_data { | ||
| usage_type = "COMMITTED" | ||
| billing_cycle = "MONTHLY" | ||
| plan_details = "azureportalintegration_privatepreview@TIDhjdtn7tfnxcy" | ||
| plan = "azureportalintegration_privatepreview@TIDhjdtn7tfnxcy" | ||
| effective_date = "2019-08-30T15:14:33Z" | ||
| } | ||
| } | ||
|
|
@@ -74,7 +74,7 @@ A `plan_data` block supports the following: | |
|
|
||
| * `effective_date` - (Optional) Date when plan was applied. | ||
|
|
||
| * `plan_details` - (Optional) Plan id as published by Dynatrace. | ||
| * `plan` - (Optional) Plan id as published by Dynatrace. | ||
|
|
||
| * `usage_type` - (Optional) Different usage type. Possible values are `PAYG`, `COMMITTED`. | ||
|
||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can propertly validate this is an email?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do.