72326/how-to-run-local-command-using-terraform
Hi@akhtar,
You can use provisioner keyword to run a local or remote command. I have attached one example below for your reference.
provisioner "local-exec" { command = "chrome https://www.google.com" }
It will open the chrome browser in your local system.
Hi@akhtar, You can use aws_volume_attachment resource to attach ...READ MORE
Hi@akhtar, You can use aws_s3_bucket resources to create ...READ MORE
Hi@akhtar, To ssh in your EC2 instance, you ...READ MORE
Hi@akhtar, You can use kubernetes_pod resource to launch ...READ MORE
Hi, Here for the above mentioned IAM user ...READ MORE
Check if the FTP ports are enabled ...READ MORE
To connect to EC2 instance using Filezilla, ...READ MORE
The IAM username and password can only ...READ MORE
Hi@akhtar, You can use aws_key_pair resource n terraform. ...READ MORE
Hi@akhtar, You can use aws_s3_bucket_object resource to create one ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.