{ "version": 4, "terraform_version": "1.8.3", "serial": 466, "lineage": "4f6d1489-8aa1-888f-61ce-2a46f38ca5e0", "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-5fda7f9869677d354", "ami": "ami-636da50d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cf3487e6"], "subnet_id": "subnet-a0ea78dd", "key_name": "prod-deploy-key" } } ] } ] }