{ "version": 4, "terraform_version": "1.7.1", "serial": 214, "lineage": "ea2176c2-b13b-0f62-aa0f-12714f034bb5", "outputs": { "db_endpoint": { "value": "db-0.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-1a52f12038b57ca10", "ami": "ami-53d76c9d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5c31dd47"], "subnet_id": "subnet-8e6ab175", "key_name": "prod-deploy-key" } } ] } ] }