{ "version": 4, "terraform_version": "1.8.5", "serial": 557, "lineage": "77917101-9bc1-377e-a64a-0b72d48302c9", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-7065276c161e50b4e", "ami": "ami-e1f37af0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bf410dbd"], "subnet_id": "subnet-180b504e", "key_name": "prod-deploy-key" } } ] } ] }