{ "version": 4, "terraform_version": "1.7.0", "serial": 203, "lineage": "53810b81-5cf9-1dc3-a28a-839ec0311eed", "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-bd19784c2299306f1", "ami": "ami-5a44688e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c82da37a"], "subnet_id": "subnet-14934b82", "key_name": "prod-deploy-key" } } ] } ] }