{ "version": 4, "terraform_version": "1.8.0", "serial": 462, "lineage": "654013ed-81a6-a0c1-fb6d-d82165fc0869", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-1039b219c61747a15", "ami": "ami-822ed8e5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-20b9c32c"], "subnet_id": "subnet-e94a73a9", "key_name": "prod-deploy-key" } } ] } ] }