{ "version": 4, "terraform_version": "1.7.7", "serial": 159, "lineage": "76f67633-baf6-2632-b22d-733b6ad3d7a0", "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-8454bea275d83f5bf", "ami": "ami-7f58be4b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-43b6aa05"], "subnet_id": "subnet-2bafd5dd", "key_name": "prod-deploy-key" } } ] } ] }