{ "version": 4, "terraform_version": "1.8.5", "serial": 333, "lineage": "9e2b22ee-fc15-5d27-a71c-48ba15be200a", "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-998416752b8dcc325", "ami": "ami-46281a6c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cff799e2"], "subnet_id": "subnet-4741f966", "key_name": "prod-deploy-key" } } ] } ] }