-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Datadog provider #3611
Datadog provider #3611
Conversation
…g_provider * segmentio/datadog-provider: Check errors, rename const Fix import Add datadog provider
* upstream/master: (775 commits) docs/aws: Fix highlighting of ECR in sidebar docs/aws: Whitespaces removed provider/azure: Copy settings file into variable provider/azure: Allow AZURE_SETTINGS_FILE for tests provider/aws: mention us-east-1 in ECR docs and tests provider/azure: Fix vetting error Update CHANGELOG.md provider/azure: Remove obsolete tests provider/aws: Update Route53 Zone tests vpc vpn connection test fixes skip TestAccAWSVPCPeeringConnection_tags for now VPC Endpoint test updates Update CHANGELOG.md provider/aws: fix CheckDestroy for ProtocolPolicy tests provider/aws: Update tests destroy checks Add script for running tests in Travis provider/aws: Update ElastiCache tests to verify delete provider/aws: fix CheckDestroy on placement_group tests Check for ecr repository and policy removal provider/aws: fixes for Network ACL Rules ...
…r_alert and service_check * Refactor to be closer to the API; each resource creates exactly *one* resource, not 2, this removes much unneeded complexity. A warning threshold is now supported by the API. * Remove fuzzy resources like graph, and resources that used them -dashboard and screenboards. I'd welcome these resources, but the current state of Terraform and the Datadog API does not allow these to be implemented in a clean way.
Have done some cleanup:
|
* origin/master: (115 commits) Update CHANGELOG.md Update CHANGELOG.md provider/aws: Default false for VPC Classic Link Update CHANGELOG.md Update CHANGELOG.md Update CHANGELOG.md provider/aws: Limit SNS Topic Subscription protocols Update CHANGELOG.md Update CHANGELOG.md Update cloudwatch_metric_alarm.html.markdown provider/aws: Allow ap-northeast-2 (Seoul) as valid region Update CHANGELOG.md provider/aws: use random cert name in ELB test Add az_mode and availability_zones parameters Add availability_zone parameter. Add the option to specify a custom (AWS compatible) S3 endpoint Changes (inconsistently used) t2.micro back to t1.micro - t2.micro is VPC only and thus will cause problems for users with a default VPC (e.g. people who signed up for AWS a few years ago) provider/openstack: Add Instance Personality Update interpolation.html.md Update CHANGELOG.md ...
|
`query` is used when it is specified by the user, if not `metric`/`tags`/`keys`/`time_aggr`/`window` is used instead.
* origin/master: (172 commits) Update CHANGELOG.md Update CHANGELOG.md heroku: randomize the remaining appnames in tests Policing up the new `tags` code from @Carles-Figuerola Add tests for Network Tags for provider/cloudstack and applied tips from PR#4742 Update CHANGELOG.md provider/aws enable specifying aws s3 redirect protocol core: Add `make core-test` target Update CHANGELOG.md Fixing a flapping AzureRM PublicIP validation test Make the concurrence for applying rules configurable mailgun: fixup go vet problem in test Update CHANGELOG.md core: demote evaltree loglevel from INFO -> TRACE Specify that the vlan attribute in cloudstack is only usable for ROOT admins and stop reading it back mailgun: poll until domain destroy takes effect heroku: randomize names in acctests Update CHANGELOG.md Update CHANGELOG.md provider/digitalocean: allow reassignment of floating IPs ...
* origin/master: (94 commits) provider/openstack Fix LB Member Errors Update CHANGELOG.md Update CHANGELOG.md provider/openstack: Per-network Floating IPs provider/openstack Add Acceptance Test for No Port IP Changing the default for ship_final_snapshot on redshift_cluster to be true so as to match the code Update CHANGELOG.md remove extra parenthesis Catch potential custom network errors in docker provider/docker: Update documentation Update CHANGELOG.md config: Add docs for new base64sha256 func config: Add base64sha256() function Update CHANGELOG.md Update the test file rename trim to trimspace Fix name from strip to trim Add the trim() interpolation function Vendor all dependencies w/ Godep Update CHANGELOG.md ...
Happy to add documentation if there is willingness to merge this in to master. |
Fixed build and added some doco. |
* origin/master: (77 commits) Update CHANGELOG.md Fixing some golint issues on the new validate command Update CHANGELOG.md Update CHANGELOG.md provider/azurerm: Add `azurerm_sql_firewall_rule` resource Update CHANGELOG.md Update CHANGELOG.md Update CHANGELOG.md Update CHANGELOG.md docs: Clarify use cases in docs for the validate cmd provider/aws: Document log file validation + KMS Key ID in CloudTrail provider/aws: Add support for CloudTrail log validation + KMS encryption Added verify command Fix load balancers read logic. Update CHANGELOG.md provider/cloudflare: Change CloudFlare record TTL property to be `computed` provider/azurerm: Add `azurerm_dns_mx_record` resource Check calculated availability zones. Make availability zones a computed attribute. Remove redundant metadata get. ...
Hi @ojongerius! This looks good and I think we'll be happy to merge it - could you squash the commits and force push back to the pull request branch though? I'll look at getting a test account set up so that we can run the acceptance tests nightly in Travis. |
I've gone ahead and rebased this as #5251. It should appear in Terraform 0.6.12. We also have a test account set up for acceptance testing, so the tests should be run nightly in due course. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
@phinze this PR is rough. I've pulled @vinceprignano's changes in, and copied my provider work over.
We've been using this provider at Atlassian for a little while and does what we need. To be useful to the general public it probably needs a little TLC.
Things worth noting/discussing:
Happy to refactor as we go 😄