{ "version": 4, "terraform_version": "1.8.4", "serial": 515, "lineage": "437f4814-d897-a223-84e0-e57c9b19e061", "outputs": { "db_endpoint": { "value": "db-4.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-d064fdc24a6eccbf4", "ami": "ami-807387ca", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d458d8d2"], "subnet_id": "subnet-a6cb21cc", "key_name": "prod-deploy-key" } } ] } ] }