{ "version": 4, "terraform_version": "1.8.5", "serial": 285, "lineage": "16c99e8d-3f82-cece-e538-c1d4efbf54d9", "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-db9413f8d31974ecf", "ami": "ami-f3f54f09", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7910da76"], "subnet_id": "subnet-d884aac7", "key_name": "prod-deploy-key" } } ] } ] }