{ "version": 4, "terraform_version": "1.8.4", "serial": 403, "lineage": "707270b4-4f92-4507-e0f3-b8ccc6c21fb2", "outputs": { "db_endpoint": { "value": "db-3.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-f8b5f56cc0ef83cf2", "ami": "ami-ef389790", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-49b31b62"], "subnet_id": "subnet-a3f2209d", "key_name": "prod-deploy-key" } } ] } ] }