{ "version": 4, "terraform_version": "1.7.8", "serial": 458, "lineage": "64ab9cb1-cd01-0501-5a55-6d424d8cdd2f", "outputs": { "db_endpoint": { "value": "db-2.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-a423cc6433f3746e5", "ami": "ami-4302434d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-45cb668d"], "subnet_id": "subnet-6410ebe5", "key_name": "prod-deploy-key" } } ] } ] }