{ "version": 4, "terraform_version": "1.8.3", "serial": 122, "lineage": "8a987d2e-0e24-d42f-b647-1f0260c2d3bb", "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-f9ac527cb31fa5269", "ami": "ami-576f47b1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7be9c1ae"], "subnet_id": "subnet-943a7750", "key_name": "prod-deploy-key" } } ] } ] }