{ "version": 4, "terraform_version": "1.6.8", "serial": 204, "lineage": "851aa61b-43d6-85f6-a7ad-166e98054260", "outputs": { "db_endpoint": { "value": "db-4.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-39f57233347c0442c", "ami": "ami-853669de", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2d01e18b"], "subnet_id": "subnet-e853467c", "key_name": "prod-deploy-key" } } ] } ] }