{ "version": 4, "terraform_version": "1.8.4", "serial": 114, "lineage": "480f4428-fc42-34f7-d6d6-d46c3c214557", "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-d6c3641665921f926", "ami": "ami-ad7e97f6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0038f495"], "subnet_id": "subnet-451b4962", "key_name": "prod-deploy-key" } } ] } ] }