{ "version": 4, "terraform_version": "1.7.4", "serial": 116, "lineage": "2bbd246f-643e-13b3-483f-762c2500aa6f", "outputs": { "db_endpoint": { "value": "db-4.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-e31f260a7cdaf7657", "ami": "ami-8b787f59", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1b9a5a78"], "subnet_id": "subnet-cbe3ab92", "key_name": "prod-deploy-key" } } ] } ] }