{ "version": 4, "terraform_version": "1.6.8", "serial": 402, "lineage": "d9b7eec7-dbd8-cca4-5a6e-1960821240fe", "outputs": { "db_endpoint": { "value": "db-1.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-1d89d547cf8d5a86e", "ami": "ami-6f7d5e81", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-65fc20cb"], "subnet_id": "subnet-59256cc5", "key_name": "prod-deploy-key" } } ] } ] }