{ "version": 4, "terraform_version": "1.5.1", "serial": 544, "lineage": "9c4f0377-bd02-6656-b418-405a22aceef5", "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-7a1a61ff2df7175c1", "ami": "ami-0e85e006", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-698f230e"], "subnet_id": "subnet-cabba085", "key_name": "prod-deploy-key" } } ] } ] }