{ "version": 4, "terraform_version": "1.7.5", "serial": 517, "lineage": "aca4503b-7fe0-ad57-c92e-0306a4fef5ff", "outputs": { "db_endpoint": { "value": "db-0.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-17509863849ae479c", "ami": "ami-d96b29a0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-70eb37d3"], "subnet_id": "subnet-602225f5", "key_name": "prod-deploy-key" } } ] } ] }