{ "version": 4, "terraform_version": "1.8.7", "serial": 288, "lineage": "c8672377-cc18-ea15-7e82-818e1a7ff667", "outputs": { "db_endpoint": { "value": "db-1.us-east-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-38461d5a787c57b4e", "ami": "ami-f336ca13", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c5ca2c1f"], "subnet_id": "subnet-f0440045", "key_name": "prod-deploy-key" } } ] } ] }