{ "version": 4, "terraform_version": "1.8.4", "serial": 108, "lineage": "9ab3133d-49d1-e5d4-e83f-4f8e7931d0d1", "outputs": { "db_endpoint": { "value": "db-2.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-eff08f6c615cfbad1", "ami": "ami-1545cab7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0c707012"], "subnet_id": "subnet-ac966be9", "key_name": "prod-deploy-key" } } ] } ] }