{ "version": 4, "terraform_version": "1.7.2", "serial": 349, "lineage": "4545b1cd-aebb-5dec-c3c8-fb49bd8211f7", "outputs": { "db_endpoint": { "value": "db-3.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-7bb17a6d08fc97ccd", "ami": "ami-d93830d5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a39aa600"], "subnet_id": "subnet-b9d434da", "key_name": "prod-deploy-key" } } ] } ] }