{ "version": 4, "terraform_version": "1.6.2", "serial": 135, "lineage": "3040d14c-a529-1d6b-73a6-df68f0cfb0f1", "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-b6a1c82f3a882678f", "ami": "ami-3b0a787e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2c5a7b49"], "subnet_id": "subnet-da07c0aa", "key_name": "prod-deploy-key" } } ] } ] }