{ "version": 4, "terraform_version": "1.8.2", "serial": 272, "lineage": "73eabdde-461e-8f69-b47d-1728e357d721", "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-319d900064fe0e74a", "ami": "ami-88b5ebe5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-90689bc7"], "subnet_id": "subnet-2e57079a", "key_name": "prod-deploy-key" } } ] } ] }