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
* Added provider config and variable
* Formatting
* Added host config and formatting
* Added host to stack
* Added host to each service from the stack.
* Removed copy/paste error
* Update modules to use relative paths
* Add workflow
* Added ignore directories
* Forgot to tell it to actually ignore them...
* Test
* Test
* Test
* Test
* Test
* Test
* Test
* Test
* Test
* Maybe AI can help?
* AI was useless, just going to make it stupid simple....
* oops
* Update uri path in auth module
* Moved provider configuration out of modules. This will require caller to use new host-connection module to get connection string and then passthat into the module under host_connection variable.
* Forgot to include host_connection in docker-stack module
* Remove all provider configuration for docker provider from module.
* .
* .
Just working on breaking these modules out for now. Will update the documentation later.
1
+
Just working on breaking these modules out for now. Will update the documentation later.
2
+
3
+
Just a quick note. When using any of the following modules:
4
+
5
+
- docker
6
+
- docker-service
7
+
- docker-network
8
+
- docker-stack
9
+
10
+
The provider configuration has to be set by the caller. As outlined in the [legacy module documentation](https://developer.hashicorp.com/terraform/language/modules/develop/providers#legacy-shared-modules-with-provider-configurations)
0 commit comments