File tree Expand file tree Collapse file tree 6 files changed +0
-18
lines changed Expand file tree Collapse file tree 6 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 43
43
| <a name =" output_identifier " ></a > [ identifier] ( #output\_ identifier ) | Instance or Cluster Identifier |
44
44
| <a name =" output_kms_key_id " ></a > [ kms\_ key\_ id] ( #output\_ kms\_ key\_ id ) | Instance or Cluster KMS Key ID |
45
45
| <a name =" output_master_user_secret " ></a > [ master\_ user\_ secret] ( #output\_ master\_ user\_ secret ) | Secret ARN |
46
- | <a name =" output_monitoring_role_arn " ></a > [ monitoring\_ role\_ arn] ( #output\_ monitoring\_ role\_ arn ) | Instance or Cluster Monitoring Role ARN |
47
46
| <a name =" output_performance_insights_kms_key_id " ></a > [ performance\_ insights\_ kms\_ key\_ id] ( #output\_ performance\_ insights\_ kms\_ key\_ id ) | Instance or Cluster Performance Insights KMS Key ID |
48
47
| <a name =" output_port " ></a > [ port] ( #output\_ port ) | Database server port |
49
48
| <a name =" output_username " ></a > [ username] ( #output\_ username ) | Username for the Database |
Original file line number Diff line number Diff line change @@ -38,11 +38,6 @@ output "performance_insights_kms_key_id" {
38
38
description = " Instance or Cluster Performance Insights KMS Key ID"
39
39
}
40
40
41
- output "monitoring_role_arn" {
42
- value = module. aurora . monitoring_role_arn
43
- description = " Instance or Cluster Monitoring Role ARN"
44
- }
45
-
46
41
output "master_user_secret" {
47
42
value = module. aurora . master_user_secret
48
43
description = " Secret ARN"
Original file line number Diff line number Diff line change 42
42
| <a name =" output_id " ></a > [ id] ( #output\_ id ) | Instance or Cluster ID |
43
43
| <a name =" output_identifier " ></a > [ identifier] ( #output\_ identifier ) | Instance or Cluster Identifier |
44
44
| <a name =" output_kms_key_id " ></a > [ kms\_ key\_ id] ( #output\_ kms\_ key\_ id ) | Instance or Cluster KMS Key ID |
45
- | <a name =" output_monitoring_role_arn " ></a > [ monitoring\_ role\_ arn] ( #output\_ monitoring\_ role\_ arn ) | Instance or Cluster Monitoring Role ARN |
46
45
| <a name =" output_performance_insights_kms_key_id " ></a > [ performance\_ insights\_ kms\_ key\_ id] ( #output\_ performance\_ insights\_ kms\_ key\_ id ) | Instance or Cluster Performance Insights KMS Key ID |
47
46
| <a name =" output_port " ></a > [ port] ( #output\_ port ) | Database server port |
48
47
| <a name =" output_username " ></a > [ username] ( #output\_ username ) | Username for the Database |
Original file line number Diff line number Diff line change @@ -37,8 +37,3 @@ output "performance_insights_kms_key_id" {
37
37
value = module. aurora . performance_insights_kms_key_id
38
38
description = " Instance or Cluster Performance Insights KMS Key ID"
39
39
}
40
-
41
- output "monitoring_role_arn" {
42
- value = module. aurora . monitoring_role_arn
43
- description = " Instance or Cluster Monitoring Role ARN"
44
- }
Original file line number Diff line number Diff line change 42
42
| <a name =" output_id " ></a > [ id] ( #output\_ id ) | Instance or Cluster ID |
43
43
| <a name =" output_identifier " ></a > [ identifier] ( #output\_ identifier ) | Instance or Cluster Identifier |
44
44
| <a name =" output_kms_key_id " ></a > [ kms\_ key\_ id] ( #output\_ kms\_ key\_ id ) | Instance or Cluster KMS Key ID |
45
- | <a name =" output_monitoring_role_arn " ></a > [ monitoring\_ role\_ arn] ( #output\_ monitoring\_ role\_ arn ) | Instance or Cluster Monitoring Role ARN |
46
45
| <a name =" output_performance_insights_kms_key_id " ></a > [ performance\_ insights\_ kms\_ key\_ id] ( #output\_ performance\_ insights\_ kms\_ key\_ id ) | Instance or Cluster Performance Insights KMS Key ID |
47
46
| <a name =" output_port " ></a > [ port] ( #output\_ port ) | Database server port |
48
47
| <a name =" output_username " ></a > [ username] ( #output\_ username ) | Username for the Database |
Original file line number Diff line number Diff line change @@ -37,8 +37,3 @@ output "performance_insights_kms_key_id" {
37
37
value = module. aurora . performance_insights_kms_key_id
38
38
description = " Instance or Cluster Performance Insights KMS Key ID"
39
39
}
40
-
41
- output "monitoring_role_arn" {
42
- value = module. aurora . monitoring_role_arn
43
- description = " Instance or Cluster Monitoring Role ARN"
44
- }
You can’t perform that action at this time.
0 commit comments