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: CONTRIBUTE.md
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -132,3 +132,26 @@ Feel free to release as soon as needed.
132
132
- use [semver](https://semver.org) notation
133
133
- A changelog description will be generated based on [conventional-commints](https://www.conventionalcommits.org/en/v1.0.0/) , but please verify all changes are included and explain acordingly if/when required
134
134
- Module official releases will be published at terraform registry automatically
135
+
136
+
137
+
---
138
+
139
+
140
+
### How to iterate cloud-connector modification testing
141
+
142
+
Build a custom docker image of cloud-connector `docker build . -t <DOCKER_IMAGE> -f ./build/cloud-connector/Dockerfile` and upload it to any registry (like dockerhub).
143
+
Modify the [var.image](https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/tree/master/modules/services/cloud-connector/variables.tf) variable to point to your image and deploy
144
+
145
+
### How can I iterate ECS modification testing
146
+
147
+
After applying your modifications (vía terraform for example) restart the service
0 commit comments