{ "version": 4, "terraform_version": "1.8.8", "serial": 317, "lineage": "a98f9dee-2f92-1a4e-927b-0eb7ac404836", "outputs": { "db_endpoint": { "value": "db-2.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-568ed313a6dfeedd2", "ami": "ami-0f3c5df7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7b6ce6e8"], "subnet_id": "subnet-dd3399cf", "key_name": "prod-deploy-key" } } ] } ] }