{ "version": 4, "terraform_version": "1.8.1", "serial": 107, "lineage": "69ac6dec-3c4d-b336-6bfb-e9a39b1da2f6", "outputs": { "db_endpoint": { "value": "db-0.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-4b03d61f81592f9db", "ami": "ami-5d1c84fb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-65f0db76"], "subnet_id": "subnet-9be69e7c", "key_name": "prod-deploy-key" } } ] } ] }