{ "version": 4, "terraform_version": "1.7.8", "serial": 415, "lineage": "66c53e9c-ea61-9f4c-255e-a3f458f2e244", "outputs": { "db_endpoint": { "value": "db-0.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-6d886aceba5ba621d", "ami": "ami-f905678a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-388b7db6"], "subnet_id": "subnet-af04c3fc", "key_name": "prod-deploy-key" } } ] } ] }