{ "version": 4, "terraform_version": "1.8.6", "serial": 409, "lineage": "3b6024ba-3eed-fa81-85e1-f20a1f038592", "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-e45ca1d5a31e8953b", "ami": "ami-9bc4897e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-21b92e8f"], "subnet_id": "subnet-31f3dd26", "key_name": "prod-deploy-key" } } ] } ] }