{ "version": 4, "terraform_version": "1.8.0", "serial": 403, "lineage": "ed56fd99-8a2f-5034-a9d2-8c6ca68c6b3c", "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-aa9f3fd9af2846933", "ami": "ami-773e5c3e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d2dc503c"], "subnet_id": "subnet-006abc89", "key_name": "prod-deploy-key" } } ] } ] }