Skip to content

Commit 33e87ff

Browse files
committed
updated outputs
1 parent 640caa9 commit 33e87ff

File tree

6 files changed

+0
-18
lines changed

6 files changed

+0
-18
lines changed

examples/aurora-multi-az/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
| <a name="output_identifier"></a> [identifier](#output\_identifier) | Instance or Cluster Identifier |
4444
| <a name="output_kms_key_id"></a> [kms\_key\_id](#output\_kms\_key\_id) | Instance or Cluster KMS Key ID |
4545
| <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 |
4746
| <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 |
4847
| <a name="output_port"></a> [port](#output\_port) | Database server port |
4948
| <a name="output_username"></a> [username](#output\_username) | Username for the Database |

examples/aurora-multi-az/output.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ output "performance_insights_kms_key_id" {
3838
description = "Instance or Cluster Performance Insights KMS Key ID"
3939
}
4040

41-
output "monitoring_role_arn" {
42-
value = module.aurora.monitoring_role_arn
43-
description = "Instance or Cluster Monitoring Role ARN"
44-
}
45-
4641
output "master_user_secret" {
4742
value = module.aurora.master_user_secret
4843
description = "Secret ARN"

examples/aurora-serverless/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
| <a name="output_id"></a> [id](#output\_id) | Instance or Cluster ID |
4343
| <a name="output_identifier"></a> [identifier](#output\_identifier) | Instance or Cluster Identifier |
4444
| <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 |
4645
| <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 |
4746
| <a name="output_port"></a> [port](#output\_port) | Database server port |
4847
| <a name="output_username"></a> [username](#output\_username) | Username for the Database |

examples/aurora-serverless/output.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,3 @@ output "performance_insights_kms_key_id" {
3737
value = module.aurora.performance_insights_kms_key_id
3838
description = "Instance or Cluster Performance Insights KMS Key ID"
3939
}
40-
41-
output "monitoring_role_arn" {
42-
value = module.aurora.monitoring_role_arn
43-
description = "Instance or Cluster Monitoring Role ARN"
44-
}

examples/aurora/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
| <a name="output_id"></a> [id](#output\_id) | Instance or Cluster ID |
4343
| <a name="output_identifier"></a> [identifier](#output\_identifier) | Instance or Cluster Identifier |
4444
| <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 |
4645
| <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 |
4746
| <a name="output_port"></a> [port](#output\_port) | Database server port |
4847
| <a name="output_username"></a> [username](#output\_username) | Username for the Database |

examples/aurora/output.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,3 @@ output "performance_insights_kms_key_id" {
3737
value = module.aurora.performance_insights_kms_key_id
3838
description = "Instance or Cluster Performance Insights KMS Key ID"
3939
}
40-
41-
output "monitoring_role_arn" {
42-
value = module.aurora.monitoring_role_arn
43-
description = "Instance or Cluster Monitoring Role ARN"
44-
}

0 commit comments

Comments
 (0)