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
+26-39
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,19 @@
1
1
# terraform-google-artifact-registry
2
2
3
-
## Description
4
-
### Tagline
5
-
This is an auto-generated module.
6
-
7
-
### Detailed
8
-
This module was generated from [terraform-google-module-template](https://github.com/terraform-google-modules/terraform-google-module-template/), which by default generates a module that simply creates a GCS bucket. As the module develops, this README should be updated.
3
+
The Terraform module handles the creation of repositories in Artifact Registry on Google Cloud.
9
4
10
5
The resources/services/activations/deletions that this module will create/trigger are:
11
6
12
-
- Create a GCS bucket with the provided name
13
-
14
-
### PreDeploy
15
-
To deploy this blueprint you must have an active billing account and billing permissions.
16
-
17
-
## Architecture
18
-

19
-
1. Architecture description step no. 1
20
-
2. Architecture description step no. 2
21
-
3. Architecture description step no. N
22
-
23
-
## Documentation
24
-
-[Hosting a Static Website](https://cloud.google.com/storage/docs/hosting-static-website)
7
+
- Different repositories in Artifact Registry
8
+
- docker, apt, yum, go, pypi, npm, maven
9
+
- Provide Artifact Registry Reader or Writer roles to the users and service accounts
25
10
26
-
## Deployment Duration
27
-
Configuration: X mins
28
-
Deployment: Y mins
11
+
## Assumptions and prerequisites
12
+
This module assumes that below mentioned prerequisites are in place before consuming the module.
The [Project Factory module][project-factory-module] and the
103
-
[IAM module][iam-module] may be used in combination to provision a
104
-
service account with the necessary roles applied.
91
+
The [Project Factory module][project-factory-module] and the [IAM module][iam-module] may be used in combination to provision a service account with the necessary roles applied.
105
92
106
93
### APIs
107
94
108
95
A project with the following APIs enabled must be used to host the
109
96
resources of this module:
110
97
111
-
- Google Cloud Storage JSON API: `storage-api.googleapis.com`
0 commit comments