You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,8 +87,8 @@ module "codecommit" {
87
87
| arn | The ARN of the repository |
88
88
| clone\_url\_http | The URL to use for cloning the repository over HTTPS. |
89
89
| clone\_url\_ssh | The URL to use for cloning the repository over SSH. |
90
+
| name | The name for the repository |
90
91
| repository\_id | The ID of the repository |
91
92
92
-
93
93
## Known issues
94
94
During the developing of the module I found an issue when trying to create several triggers for a repository. This is an issue reported inr the AWS provider at [Multiple codecommit triggers](https://github.com/terraform-providers/terraform-provider-aws/issues/3209)
0 commit comments