{ "version": 4, "terraform_version": "1.8.7", "serial": 492, "lineage": "a86e1d6b-44f7-2262-08d3-16a54aa058fd", "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-157e7a03b5f3a67f1", "ami": "ami-5ff75ce8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a60736ce"], "subnet_id": "subnet-425b8c34", "key_name": "prod-deploy-key" } } ] } ] }