Skip to content

Files

Latest commit

643ba5d · Dec 8, 2020

History

History

0-Hello-World

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 8, 2020
Dec 8, 2020
Dec 8, 2020

Hello Fedora CoreOS

This first example shows a basic example of using Fedora CoreOS and Terraform together. The FCCT configuration can be found in config.yaml. The file is transpiled and added as user data to a single instance created in the main.tf Terraform file. To run the example simple run

# Download dependencies
terraform init

# Deploy!
terraform apply

Upon completion the public IP address of the instance will be printed. You can log in via SSH using the user user and password weakpassword.

You can delete your instance by running terraform destroy.