{ "version": 4, "terraform_version": "1.7.2", "serial": 347, "lineage": "142c6070-4c6c-4303-1ae7-e04811bb1dac", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-10d2df22825503ad7", "ami": "ami-100ac728", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-93ea46a3"], "subnet_id": "subnet-6321c770", "key_name": "prod-deploy-key" } } ] } ] }