{ "version": 4, "terraform_version": "1.6.4", "serial": 139, "lineage": "1047abe0-3f97-e419-540a-0a3a94e06ec9", "outputs": { "db_endpoint": { "value": "db-0.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-92a3d5e01251c8570", "ami": "ami-8aaa2fd6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-67027ac2"], "subnet_id": "subnet-38f80e7a", "key_name": "prod-deploy-key" } } ] } ] }