{ "version": 4, "terraform_version": "1.8.7", "serial": 418, "lineage": "9e9ae89c-57da-710b-0270-822475fbc7a4", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-673cd0eed183adafb", "ami": "ami-e28116ce", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d82208bd"], "subnet_id": "subnet-fad97974", "key_name": "prod-deploy-key" } } ] } ] }