mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
New line
This commit is contained in:
parent
507c252b15
commit
6ec6d19add
@ -65,4 +65,5 @@ resource "aws_instance" "web" {
|
||||
tags {
|
||||
Name = "eip-example"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/bash -v
|
||||
apt-get update -y
|
||||
apt-get install -y nginx > /tmp/nginx.log
|
||||
apt-get install -y nginx > /tmp/nginx.log
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user