{ "version": 4, "terraform_version": "1.5.6", "serial": 250, "lineage": "9750ab48-9c6a-4b98-5686-acce80981f1c", "outputs": { "db_endpoint": { "value": "db-3.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-6da2f80130064da78", "ami": "ami-92332477", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9f52ff9d"], "subnet_id": "subnet-0200d06b", "key_name": "prod-deploy-key" } } ] } ] }