{ "version": 4, "terraform_version": "1.8.1", "serial": 368, "lineage": "66499396-900b-7f23-5c8a-df96396048f5", "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-1cfb15d2a9539b8db", "ami": "ami-3b37d7da", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4533c597"], "subnet_id": "subnet-56e7aabc", "key_name": "prod-deploy-key" } } ] } ] }