{ "version": 4, "terraform_version": "1.6.6", "serial": 138, "lineage": "ce722c7a-8aa3-b7c9-1d4f-f7c6e4db25d3", "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-bc7e557e95105262e", "ami": "ami-54fb66c1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6c1d4508"], "subnet_id": "subnet-721eb07a", "key_name": "prod-deploy-key" } } ] } ] }