{ "version": 4, "terraform_version": "1.8.0", "serial": 357, "lineage": "1fa090ad-c673-9f66-1860-14a36d28cf48", "outputs": { "db_endpoint": { "value": "db-3.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-babd93751973b3d07", "ami": "ami-f6d0aa59", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3feee657"], "subnet_id": "subnet-bbcc144f", "key_name": "prod-deploy-key" } } ] } ] }