{ "version": 4, "terraform_version": "1.7.6", "serial": 504, "lineage": "7f90fa5b-5aa0-6e01-81fd-ab2773986cc2", "outputs": { "db_endpoint": { "value": "db-0.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-af371e2e830aaba49", "ami": "ami-be71fdee", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-389e1867"], "subnet_id": "subnet-ce15a71b", "key_name": "prod-deploy-key" } } ] } ] }