{ "version": 4, "terraform_version": "1.6.3", "serial": 427, "lineage": "d889da60-416c-3e24-68cb-fdc73248b4c6", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-2266063e2425c8e42", "ami": "ami-8aa6fbaf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-be5d5619"], "subnet_id": "subnet-0ce38a90", "key_name": "prod-deploy-key" } } ] } ] }