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

provider/aws: Enabled Enhanced Monitoring for RDS #4945

Merged
merged 1 commit into from Feb 22, 2016

Conversation

stack72
Copy link
Contributor

@stack72 stack72 commented Feb 1, 2016

As requested in: #4940

Test Results:

make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSDBInstance_enhancedMonitoring' 2>~/tf.log
==> Checking that code complies with gofmt requirements...
/Users/stacko/Code/go/bin/stringer
GO15VENDOREXPERIMENT=1 go generate $(GO15VENDOREXPERIMENT=1 go list ./... | grep -v /vendor/)
TF_ACC=1 GO15VENDOREXPERIMENT=1 go test ./builtin/providers/aws -v -run=TestAccAWSDBInstance_enhancedMonitoring -timeout 120m
=== RUN   TestAccAWSDBInstance_enhancedMonitoring
--- PASS: TestAccAWSDBInstance_enhancedMonitoring (1202.80s)
PASS
exit status 1
FAIL    github.com/hashicorp/terraform/builtin/providers/aws    1202.823s

@stack72 stack72 changed the title provider/aws: Enabled Enhanced Monitoring for RDS [WIP] provider/aws: Enabled Enhanced Monitoring for RDS Feb 1, 2016
@radeksimko radeksimko added the wip label Feb 2, 2016
@stack72
Copy link
Contributor Author

stack72 commented Feb 2, 2016

I have had to make changes to policy attachment to make sure that a specific IAM is available before I create the db_instance. The tests still work as follows:

make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSPolicyAttachment' 2>~/tf.log
==> Checking that code complies with gofmt requirements...
/Users/stacko/Code/go/bin/stringer
GO15VENDOREXPERIMENT=1 go generate $(GO15VENDOREXPERIMENT=1 go list ./... | grep -v /vendor/)
TF_ACC=1 GO15VENDOREXPERIMENT=1 go test ./builtin/providers/aws -v -run=TestAccAWSPolicyAttachment -timeout 120m
=== RUN   TestAccAWSPolicyAttachment_basic
--- PASS: TestAccAWSPolicyAttachment_basic (17.70s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/aws    17.715s

@stack72 stack72 changed the title [WIP] provider/aws: Enabled Enhanced Monitoring for RDS provider/aws: Enabled Enhanced Monitoring for RDS Feb 3, 2016
@phinze phinze changed the title provider/aws: Enabled Enhanced Monitoring for RDS [WIP] provider/aws: Enabled Enhanced Monitoring for RDS Feb 9, 2016
@phinze phinze removed the wip label Feb 9, 2016
@deanmraz
Copy link

When will this get released?

@stack72 stack72 changed the title [WIP] provider/aws: Enabled Enhanced Monitoring for RDS provider/aws: Enabled Enhanced Monitoring for RDS Feb 22, 2016
@jen20
Copy link
Contributor

jen20 commented Feb 22, 2016

LGTM.

@stack72
Copy link
Contributor Author

stack72 commented Feb 22, 2016

@deanmraz - merging now :)

stack72 added a commit that referenced this pull request Feb 22, 2016
provider/aws: Enabled Enhanced Monitoring for RDS
@stack72 stack72 merged commit d5fb018 into hashicorp:master Feb 22, 2016
@stack72 stack72 deleted the aws-rds-enhanced-monitoring branch February 22, 2016 22:02
@deanmraz
Copy link

sweet! @stack72

@ghost
Copy link

ghost commented Apr 27, 2020

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.

@hashicorp hashicorp locked and limited conversation to collaborators Apr 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants