mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fix typo (#6564)
This commit is contained in:
parent
9cc21d62f2
commit
4bbb9a674b
@ -17,7 +17,7 @@ resource "digitalocean_droplet" "mywebserver" {
|
||||
|
||||
provisioner "remote-exec" {
|
||||
inline = [
|
||||
"export PATh=$PATH:/usr/bin",
|
||||
"export PATH=$PATH:/usr/bin",
|
||||
"sudo apt-get update",
|
||||
"sudo apt-get -y install nginx"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user