{ "version": 4, "terraform_version": "1.5.3", "serial": 265, "lineage": "25298eaa-f9c3-b0b0-49fb-1822665c9eef", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-9af7b5aece90ead5e", "ami": "ami-4eaed1eb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2346eac7"], "subnet_id": "subnet-ea479fa7", "key_name": "prod-deploy-key" } } ] } ] }