{ "version": 4, "terraform_version": "1.5.2", "serial": 521, "lineage": "8efa9c7f-2800-0502-f56a-fb78a9797f43", "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-c74a0a81fc2b1811e", "ami": "ami-5dab3902", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-07f71cd2"], "subnet_id": "subnet-62a12eb5", "key_name": "prod-deploy-key" } } ] } ] }