Skip to content
Snippets Groups Projects
Commit b21b7f7d authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3253930 by yas, baldwinlouie: Refactor a description of a Security...

Issue #3253930 by yas, baldwinlouie: Refactor a description of a Security Group field in AWS Cloud Launch Template
parent dc0ed71f
No related branches found
No related tags found
No related merge requests found
......@@ -3478,3 +3478,15 @@ function aws_cloud_update_8260() {
}
}
}
/**
* Change a description of security group in a launch template form.
*/
function aws_cloud_update_8261(): void {
$files = [
'field.field.cloud_launch_template.aws_cloud.field_security_group.yml',
];
\Drupal::service('cloud')->updateYmlDefinitions($files, 'aws_cloud');
}
......@@ -9,7 +9,7 @@ field_name: field_security_group
entity_type: cloud_launch_template
bundle: aws_cloud
label: 'Security groups'
description: 'Configure the security groups for this instance. The default assignment will be made if this field is blank.'
description: 'Configure the security groups for this instance.'
required: true
translatable: false
default_value: { }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment