{ "version": 4, "terraform_version": "1.8.4", "serial": 221, "lineage": "e20b90dc-7b95-4f6e-7a56-169a65816bf6", "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-ebc51799bcf22a886", "ami": "ami-6210045f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3e6b532f"], "subnet_id": "subnet-8616a2a9", "key_name": "prod-deploy-key" } } ] } ] }