We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fa8f62 + 4025f94 commit bb19039Copy full SHA for bb19039
ovh/resource_me_installation_template_test.go
@@ -124,11 +124,6 @@ func TestAccMeInstallationTemplateResource_customization(t *testing.T) {
124
"customization.0.post_installation_script_return",
125
"returned_string",
126
),
127
- resource.TestCheckResourceAttr(
128
- "ovh_me_installation_template.template",
129
- "customization.0.use_distribution_kernel",
130
- "true",
131
- ),
132
resource.TestCheckResourceAttrSet(
133
"ovh_me_installation_template.template",
134
"family",
@@ -157,7 +152,6 @@ resource "ovh_me_installation_template" "template" {
157
152
ssh_key_name = "test"
158
153
post_installation_script_link = "http://mylink.org"
159
154
post_installation_script_return = "returned_string"
160
- use_distribution_kernel = true
161
155
}
162
156
163
`
0 commit comments