{ "version": 4, "terraform_version": "1.8.0", "serial": 115, "lineage": "9cc167e3-6db8-1d0f-c782-c31330e63d7e", "outputs": { "db_endpoint": { "value": "db-0.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-a9c681627faa6fab5", "ami": "ami-60308bda", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d497a92c"], "subnet_id": "subnet-19a6e33f", "key_name": "prod-deploy-key" } } ] } ] }