{ "version": 4, "terraform_version": "1.7.7", "serial": 451, "lineage": "27f72ad3-ba98-0f8d-841f-0035818c9b1b", "outputs": { "db_endpoint": { "value": "db-2.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-6ac64b8ce736263a6", "ami": "ami-b5b8391b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-396212be"], "subnet_id": "subnet-1f85fe38", "key_name": "prod-deploy-key" } } ] } ] }