{ "version": 4, "terraform_version": "1.8.0", "serial": 319, "lineage": "4c0fc7e6-fc0d-17a4-c3a3-f9ac2cc9b127", "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-4005fcf2fdb8d520e", "ami": "ami-4784062f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cd6ef219"], "subnet_id": "subnet-50f66958", "key_name": "prod-deploy-key" } } ] } ] }