{ "version": 4, "terraform_version": "1.8.3", "serial": 557, "lineage": "b573a775-358e-f687-e13a-55f21bf8c2a4", "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-ba1faa8aaed3c1626", "ami": "ami-d0f0cf0c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2426b9de"], "subnet_id": "subnet-9807ed97", "key_name": "prod-deploy-key" } } ] } ] }