{ "version": 4, "terraform_version": "1.8.3", "serial": 590, "lineage": "3e6e12b4-a963-3699-6827-7c8fb05ae76e", "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-d3181b67a69371d97", "ami": "ami-af8038d5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6b71cfcd"], "subnet_id": "subnet-d1563e89", "key_name": "prod-deploy-key" } } ] } ] }