{ "version": 4, "terraform_version": "1.8.7", "serial": 491, "lineage": "229bd6ec-e5a5-1aab-4bb0-d344bc1e9171", "outputs": { "db_endpoint": { "value": "db-3.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-b3ce36f64bd8ba30b", "ami": "ami-688630c4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b2e01b2e"], "subnet_id": "subnet-3c3498de", "key_name": "prod-deploy-key" } } ] } ] }