{ "version": 4, "terraform_version": "1.5.5", "serial": 561, "lineage": "c26a08ad-693e-a573-457b-1fb9b4d1c4d6", "outputs": { "db_endpoint": { "value": "db-2.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-29de64aabe8d0514e", "ami": "ami-aad055a1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4bb8644d"], "subnet_id": "subnet-47aa3de5", "key_name": "prod-deploy-key" } } ] } ] }