{ "version": 4, "terraform_version": "1.7.3", "serial": 357, "lineage": "500c39ce-e921-a4d6-7ec9-d6b5de7ebdcf", "outputs": { "db_endpoint": { "value": "db-4.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-4528c3642c073d1e6", "ami": "ami-8a445d0a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-401ea7dc"], "subnet_id": "subnet-723c9237", "key_name": "prod-deploy-key" } } ] } ] }