Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 675f8ea

Browse files
committed
Print log in one line
1 parent 2260045 commit 675f8ea

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

builtin/providers/aws/resource_aws_instance.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,7 @@ func resourceAwsInstanceCreate(d *schema.ResourceData, meta interface{}) error {
293293

294294
if v := d.Get("security_groups"); v != nil {
295295
if runOpts.SubnetId != "" {
296-
log.Printf(
297-
"[WARN] Deprecated. Attempting to use 'security_groups' within a VPC instance. Use 'vpc_security_group_ids' instead."
298-
)
296+
log.Printf("[WARN] Deprecated. Attempting to use 'security_groups' within a VPC instance. Use 'vpc_security_group_ids' instead.")
299297
}
300298

301299
for _, v := range v.(*schema.Set).List() {

0 commit comments

Comments
 (0)