{ "version": 4, "terraform_version": "1.6.5", "serial": 361, "lineage": "7b1591e8-ae47-035d-38e9-fee62cb4920d", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-a80791e139b377a76", "ami": "ami-76583aa5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-83f78c3b"], "subnet_id": "subnet-a63498cc", "key_name": "prod-deploy-key" } } ] } ] }