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
# Get configuration files showing module usage and provider setup
114
114
```
115
115
116
-
### Example 2: User Wants to Build Custom VPC Configuration
116
+
### Example 2: User Wants to Build Custom VPC Configuration
117
117
118
118
**User Request:** "I need to create a VPC with custom settings, what inputs does the module take?"
119
119
**Intent Detection:** Development workflow (keywords: "create", "inputs")
@@ -140,7 +140,7 @@ Keywords to detect this intent: "create", "build", "inputs", "outputs", "develop
140
140
```
141
141
1. search_modules("vpc")
142
142
# Returns: terraform-ibm-modules/landing-zone-vpc/ibm/8.4.0, etc.
143
-
2. search_modules("security group")
143
+
2. search_modules("security group")
144
144
# Returns: terraform-ibm-modules/security-group/ibm/2.7.0, etc.
145
145
3. search_modules("cluster")
146
146
# Returns: terraform-ibm-modules/base-ocp-vpc/ibm/3.62.0, etc.
@@ -266,4 +266,4 @@ When generating Terraform configurations:
266
266
- Follow IBM Cloud and Terraform best practices
267
267
- Document configurations with meaningful comments
268
268
269
-
Remember: This server specializes in IBM Cloud modules and patterns. Always prioritize module-based solutions over direct provider resource implementations for better security, maintainability, and adherence to IBM Cloud best practices.
269
+
Remember: This server specializes in IBM Cloud modules and patterns. Always prioritize module-based solutions over direct provider resource implementations for better security, maintainability, and adherence to IBM Cloud best practices.
0 commit comments