{ "version": 4, "terraform_version": "1.8.9", "serial": 137, "lineage": "ebfa8112-e410-62eb-603c-9708c1e010c3", "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-5bfe49add295bb2f7", "ami": "ami-2dce0f96", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8b499c21"], "subnet_id": "subnet-64240d51", "key_name": "prod-deploy-key" } } ] } ] }