{ "version": 4, "terraform_version": "1.8.6", "serial": 107, "lineage": "b2aa18c9-200d-9a20-b456-c98aa2f35f6d", "outputs": { "db_endpoint": { "value": "db-0.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-66b9bd22438486a5c", "ami": "ami-ceafdfe6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a82e3d35"], "subnet_id": "subnet-a5ec45a0", "key_name": "prod-deploy-key" } } ] } ] }