{ "version": 4, "terraform_version": "1.6.4", "serial": 400, "lineage": "75c232b8-1791-968c-8615-e6b852cd71da", "outputs": { "db_endpoint": { "value": "db-4.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-62d6d629f66d5738b", "ami": "ami-829350df", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-65fc17fc"], "subnet_id": "subnet-e4651c08", "key_name": "prod-deploy-key" } } ] } ] }