{ "version": 4, "terraform_version": "1.6.1", "serial": 568, "lineage": "f1a9c629-59d8-2064-6fe2-db8550c5f16a", "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-b63ed5fa0742598be", "ami": "ami-cb1d3ece", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-42de7922"], "subnet_id": "subnet-7c304ef2", "key_name": "prod-deploy-key" } } ] } ] }