{ "version": 4, "terraform_version": "1.8.3", "serial": 234, "lineage": "c4b22b94-f45a-4819-af08-df3d154f5c2b", "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-15dc8dc995ba6ef6a", "ami": "ami-171dfda0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9cebc825"], "subnet_id": "subnet-9d81db89", "key_name": "prod-deploy-key" } } ] } ] }