{ "version": 4, "terraform_version": "1.7.7", "serial": 568, "lineage": "a2f0f942-fecd-b537-221c-92b0715e39e1", "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-3f95261daff863f63", "ami": "ami-ae4cb238", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-318a8d1e"], "subnet_id": "subnet-067865be", "key_name": "prod-deploy-key" } } ] } ] }